Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6 (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 9f25a92 commit e2cf10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
uses: docker/[email protected]

- name: Build images 🛠️
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.0
id: image
with:
context: .
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
password: ${{ secrets.JF_BOT_TOKEN }}

- name: Create multiplatform image ${{ inputs.push && 'and push 🛠️⬆️' || '🛠️' }}
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.0.0
id: image
with:
context: .
Expand Down

0 comments on commit e2cf10b

Please sign in to comment.