Skip to content

Commit

Permalink
(cleanup) CI: minor fixes in docker-image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Aug 4, 2023
1 parent c7bd4bc commit d347d91
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit d347d91

Please sign in to comment.