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 e280c51 commit c968993Copy full SHA for c968993
.github/workflows/push.yml
@@ -44,6 +44,8 @@ jobs:
44
- name: Build and push ${{ github.repository }}
45
if: ${{ env.IMAGE_EXISTS == 0 }}
46
uses: docker/build-push-action@v6
47
+ env:
48
+ DOCKER_BUILD_RECORD_UPLOAD: false
49
with:
50
context: .
51
file: ./Dockerfile
.github/workflows/tag.yml
@@ -39,6 +39,8 @@ jobs:
39
40
41
42
43
0 commit comments