We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d19d3 + d987d60 commit fb477feCopy full SHA for fb477fe
2 files changed
.github/workflows/docker-build-dev.yml
@@ -57,7 +57,7 @@ jobs:
57
echo "VERSION=${VERSION}" >> $GITHUB_ENV
58
59
- name: Build and push Docker image (single arch)
60
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
61
with:
62
context: .
63
push: true
.github/workflows/release-docker-ghcr.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Build and push Docker image
52
id: push
53
54
55
56
0 commit comments