From d347d9187d3def0c10045372b0867279fe4008d0 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 4 Aug 2023 23:01:41 +0530 Subject: [PATCH] (cleanup) CI: minor fixes in docker-image workflow --- .github/workflows/docker-image.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 4ac6c49..32b392f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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/push-to-registry@v2.7 - # 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/push-to-registry@v2.7 + # with: + # registry: ${{ env.IMAGE_REGISTRY }} + # image: pico + # tags: ${{ github.ref_name }} + # username: ${{ env.REGISTRY_USER }} + # password: ${{ env.REGISTRY_PASSWORD }} + # extra-args: | + # --disable-content-trust