Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent a6acc2e commit cf46d9c
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 @@ -178,7 +178,7 @@ jobs:
uses: docker/[email protected]

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

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

0 comments on commit cf46d9c

Please sign in to comment.