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 2c9043c commit 551daa2Copy full SHA for 551daa2
.github/workflows/push.yml
@@ -62,6 +62,8 @@ jobs:
62
- name: Build and push ${{ github.repository }}
63
if: ${{ env.IMAGE_EXISTS == 0 }}
64
uses: docker/build-push-action@v6
65
+ env:
66
+ DOCKER_BUILD_RECORD_UPLOAD: false
67
with:
68
build-args: |
69
SC_THEME=${{ matrix.tenants }}
.github/workflows/tag.yml
@@ -44,6 +44,8 @@ jobs:
44
45
46
47
48
49
50
51
0 commit comments