Skip to content

Commit 92be3ee

Browse files
authored
Merge pull request #37 from pagdot/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents ba68cdb + b4a828e commit 92be3ee

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)