We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca2944 commit 4e25911Copy full SHA for 4e25911
2 files changed
.github/workflows/container.yml
@@ -47,7 +47,7 @@ jobs:
47
type=sha
48
49
- name: Build and push container image
50
- uses: docker/build-push-action@v6.19.1
+ uses: docker/build-push-action@v6.19.2
51
with:
52
context: .
53
push: true
.github/workflows/release-container.yaml
@@ -49,7 +49,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
54
55
0 commit comments