Skip to content

Commit a846938

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 66d3125 commit a846938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: echo ${{ steps.buildx.outputs.platforms }}
4545

4646
- name: Build container image
47-
uses: docker/build-push-action@v5
47+
uses: docker/build-push-action@v6
4848
with:
4949
push: false
5050
context: .
@@ -67,7 +67,7 @@ jobs:
6767
TAG_SUFFIX: ${{ github.sha }}
6868

6969
- name: Publish container image
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
7272
with:
7373
push: true

0 commit comments

Comments
 (0)