We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4987e commit 0f0ff50Copy full SHA for 0f0ff50
.github/workflows/push.yml
@@ -45,6 +45,8 @@ jobs:
45
- name: Build and push ${{ github.repository }}
46
if: ${{ env.IMAGE_EXISTS == 0 }}
47
uses: docker/build-push-action@v6
48
+ env:
49
+ DOCKER_BUILD_RECORD_UPLOAD: false
50
with:
51
context: .
52
file: ./Dockerfile
.github/workflows/tag.yml
@@ -47,6 +47,8 @@ jobs:
53
54
0 commit comments