Skip to content

Commit e4787c4

Browse files
Update docker/build-push-action action to v6
1 parent 6e14953 commit e4787c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- run: echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
4949

50-
- uses: docker/build-push-action@v2
50+
- uses: docker/build-push-action@v6
5151
with:
5252
push: true
5353
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)