Skip to content

Commit da98291

Browse files
Update docker/build-push-action action to v6
1 parent 3d0fa11 commit da98291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_TOKEN }}
2121
- name: Build and push
22-
uses: docker/build-push-action@v5
22+
uses: docker/build-push-action@v6
2323
with:
2424
push: true
2525
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)