Skip to content

Commit 1f69c85

Browse files
Update docker/build-push-action action to v7
1 parent 5e72d3f commit 1f69c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: date
5959
run: echo "date=$(date '+%FT%TZ')" >> $GITHUB_OUTPUT
6060
- name: Build and push image to GitHub container registry
61-
uses: docker/build-push-action@v6.19.2
61+
uses: docker/build-push-action@v7.0.0
6262
with:
6363
context: .
6464
push: true

0 commit comments

Comments
 (0)