Skip to content

Commit 50dfde9

Browse files
Update docker/build-push-action action to v6
1 parent c7e3b5b commit 50dfde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Build and push containers
34-
uses: docker/build-push-action@v4
34+
uses: docker/build-push-action@v6
3535
with:
3636
platforms: linux/arm,linux/amd64,linux/arm64/v8
3737
push: true

0 commit comments

Comments
 (0)