There was an error while loading. Please reload this page.
2 parents 3068f8e + bd63fa8 commit 4a7290dCopy full SHA for 4a7290d
2 files changed
.github/workflows/ci.yml
@@ -155,7 +155,7 @@ jobs:
155
continue-on-error: true
156
157
- name: Build and push
158
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
159
with:
160
context: .
161
push: ${{ github.event_name != 'pull_request' && secrets.DOCKER_USERNAME != '' }}
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
type=sha
96
97
98
99
100
101
push: true
0 commit comments