Skip to content

Commit 7274cef

Browse files
Update docker/build-push-action action to v6
1 parent b07bee3 commit 7274cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}
4545

4646
- name: Build and push
47-
uses: docker/build-push-action@v5
47+
uses: docker/build-push-action@v6
4848
with:
4949
context: .
5050
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)