Skip to content

Commit d9f9e30

Browse files
Update docker/build-push-action action to v6
1 parent 63ff7a1 commit d9f9e30

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
@@ -49,7 +49,7 @@ jobs:
4949
username: ${{ secrets.DOCKERHUB_USERNAME }}
5050
password: ${{ secrets.DOCKERHUB_TOKEN }}
5151
- name: Build and push to Docker Hub
52-
uses: docker/build-push-action@v5.3.0
52+
uses: docker/build-push-action@v6.0.2
5353
with:
5454
context: ./${{ matrix.config.name }}/.
5555
file: ./${{ matrix.config.name }}/Dockerfile

0 commit comments

Comments
 (0)