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 f862177 commit 873ed94Copy full SHA for 873ed94
1 file changed
.github/workflows/build-containers.yml
@@ -58,7 +58,7 @@ jobs:
58
id: date
59
run: echo "date=$(date '+%FT%TZ')" >> $GITHUB_OUTPUT
60
- name: Build and push image to GitHub container registry
61
- uses: docker/build-push-action@v7.0.0
+ uses: docker/build-push-action@v7.1.0
62
with:
63
context: .
64
push: true
0 commit comments