Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ferferga committed Mar 15, 2022
1 parent 2a7afe0 commit 5c1b534
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: docker/setup-buildx-action@v1.6.0

- name: Build Docker images 🛠️
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: .
platforms: ${{ matrix.platform }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build and push stable images 🛠️⬆️
if: github.event.action == 'released'
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: .
push: true
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Build and push release candidate images 🛠️⬆️
if: github.event.action == 'prereleased'
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.JF_BOT_TOKEN }}

- name: Build and push Docker images 🛠️
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
context: .
push: true
Expand Down

0 comments on commit 5c1b534

Please sign in to comment.