Skip to content

Commit

Permalink
chore(deps): Bump docker/build-push-action from 3.0.0 to 3.1.0 (docke…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 25, 2022
1 parent 8a0c71b commit 73ef30e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build image locally
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build images locally
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build image locally
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_merge_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build images locally
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand All @@ -52,7 +52,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Build image for test suit
uses: docker/build-push-action@v3.0.0
uses: docker/build-push-action@v3.1.0
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
Expand Down

0 comments on commit 73ef30e

Please sign in to comment.