Skip to content

Commit 8283e2a

Browse files
chore: update docker/build-push-action action to v7
1 parent c3a186d commit 8283e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PUBLISH_DOCKER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "PUBLISH_TAG=$PUBLISH_TAG" >> $GITHUB_ENV
3434
- name: Build and push
3535
id: docker_build
36-
uses: docker/build-push-action@v6
36+
uses: docker/build-push-action@v7
3737
with:
3838
context: ./
3939
file: ./support/docker/Dockerfile

0 commit comments

Comments
 (0)