diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index b0b7624b..02be8d50 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -33,7 +33,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Log in to Quay container image registry + - name: Log in to the Quay container image registry uses: docker/login-action@v3 with: registry: ${{ env.QUAY_REGISTRY }} @@ -64,7 +64,7 @@ jobs: images: ${{ env.QUAY_REGISTRY }}/${{ env.QUAY_UI_IMAGE_NAME }} - name: Build and push ui image to ghcr.io - id: push + id: push-ui-ghcr uses: docker/build-push-action@v5 with: context: . @@ -84,7 +84,7 @@ jobs: push-to-registry: true - name: Build and push ui image to quay.io - id: push + id: push-ui-quay uses: docker/build-push-action@v5 with: context: .