Skip to content

Commit b4a828e

Browse files
Update docker/build-push-action action to v6
1 parent c6f3e70 commit b4a828e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: "bash .github/workflows/gen_tags.sh"
4343

4444
- name: Build and push containers
45-
uses: docker/build-push-action@v4
45+
uses: docker/build-push-action@v6
4646
with:
4747
platforms: linux/amd64,linux/arm64/v8
4848
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)