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