-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cleanup) CI: minor fixes in docker-image workflow
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,8 @@ jobs: | |
# Push the image to GHCR (Image Registry) | ||
- name: Push To GHCR | ||
run: | | ||
docker login ghcr.io -u ${{ env.REGISTRY_USER }} -p ${{ env.REGISTRY_PASSWORD }} | ||
docker image push "ghcr.io/vanilla-os/pico:main" | ||
docker login ghcr.io -u ${{ env.REGISTRY_USER }} -p ${{ env.REGISTRY_PASSWORD }} | ||
docker image push "ghcr.io/vanilla-os/pico:main" | ||
- uses: actions/upload-artifact@v3 | ||
with: | ||
|
@@ -57,14 +57,14 @@ jobs: | |
# password: ${{ secrets.NEXUS_PSW }} | ||
# tls-verify: false | ||
|
||
# Push the image to GHCR (Image Registry) [Old] | ||
# - name: Push To GHCR | ||
# uses: redhat-actions/[email protected] | ||
# with: | ||
# registry: ${{ env.IMAGE_REGISTRY }} | ||
# image: pico | ||
# tags: ${{ github.ref_name }} | ||
# username: ${{ env.REGISTRY_USER }} | ||
# password: ${{ env.REGISTRY_PASSWORD }} | ||
# extra-args: | | ||
# --disable-content-trust | ||
# Push the image to GHCR (Image Registry) [Old] | ||
# - name: Push To GHCR | ||
# uses: redhat-actions/[email protected] | ||
# with: | ||
# registry: ${{ env.IMAGE_REGISTRY }} | ||
# image: pico | ||
# tags: ${{ github.ref_name }} | ||
# username: ${{ env.REGISTRY_USER }} | ||
# password: ${{ env.REGISTRY_PASSWORD }} | ||
# extra-args: | | ||
# --disable-content-trust |