Skip to content

Commit dc24e18

Browse files
Update docker/build-push-action action to v6
1 parent 46e3960 commit dc24e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4141
- name: "Build and push docker image to DockerHub"
4242
id: docker_build
43-
uses: docker/build-push-action@v5
43+
uses: docker/build-push-action@v6
4444
with:
4545
platforms: linux/amd64,linux/arm64
4646
push: ${{ (github.event_name == 'release' && github.event.action == 'created') || github.event.pull_request.head.repo.full_name == github.repository }}

0 commit comments

Comments
 (0)