diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0ae1aac..e0c68b9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -63,12 +63,6 @@ jobs: path: /tmp/digests/* if-no-files-found: error retention-days: 1 - - name: Push image to GHCR - continue-on-error: true - run: | - docker buildx imagetools create \ - --tag ghcr.io/${{ env.REGISTRY_IMAGE }}:latest \ - ${{ env.REGISTRY_IMAGE }}:latest merge: runs-on: ubuntu-latest