diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a560135..51668bc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,20 +47,20 @@ jobs: # uses: docker/setup-qemu-action@v3 # - name: Set up Docker Buildx # uses: docker/setup-buildx-action@v3 - - name: Login to Docker registry - uses: docker/login-action@v3 - # see https://docs.github.com/en/actions/publishing-packages/publishing-docker-images - with: - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - registry: ${{ env.REGISTRY }} - # this should be fast because all the stages were already built - - name: Build and push complete image - uses: docker/build-push-action@v5 - with: - context: . - push: true - tags: ${{ env.LATEST_TAG }} + # - name: Login to Docker registry + # uses: docker/login-action@v3 + # # see https://docs.github.com/en/actions/publishing-packages/publishing-docker-images + # with: + # username: ${{ github.actor }} + # password: ${{ secrets.GITHUB_TOKEN }} + # registry: ${{ env.REGISTRY }} + # # this should be fast because all the stages were already built + # - name: Build and push complete image + # uses: docker/build-push-action@v5 + # with: + # context: . + # push: true + # tags: ${{ env.LATEST_TAG }} - name: notify on failure if: failure() && github.event_name != 'pull_request' uses: ./.github/actions/notify-status