Skip to content

Commit da06eca

Browse files
Update docker/build-push-action action to v7 (#335)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent dcba44f commit da06eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: date
6565
run: echo "date=$(date '+%FT%TZ')" >> $GITHUB_OUTPUT
6666
- name: Build and push image to GitHub container registry
67-
uses: docker/build-push-action@v6.18.0
67+
uses: docker/build-push-action@v7.0.0
6868
with:
6969
context: .
7070
push: true

0 commit comments

Comments
 (0)