Skip to content

Commit f991619

Browse files
renovate[bot]Zoey2936
authored andcommitted
chore(deps): update docker/build-push-action action to v6
1 parent bb164db commit f991619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
username: ${{ steps.un.outputs.un }}
4646
password: ${{ github.token }}
4747
- name: Build
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
if: ${{ github.event_name != 'pull_request' }}
5050
with:
5151
context: .
@@ -60,7 +60,7 @@ jobs:
6060
id: pr
6161
run: echo "pr=$(echo pr-${{ github.ref_name }} | sed "s|refs/pull/:||g" | sed "s|/merge||g")" >> $GITHUB_OUTPUT
6262
- name: Build (PR)
63-
uses: docker/build-push-action@v5
63+
uses: docker/build-push-action@v6
6464
if: ${{ github.event_name == 'pull_request' }}
6565
with:
6666
context: .

0 commit comments

Comments
 (0)