Skip to content

Commit

Permalink
Bump docker/build-push-action from v2.2.0 to v2.3.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.2.0 to v2.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2.2.0...9379083)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent bdc7101 commit a859674
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build the Docker image
uses: docker/build-push-action@v2.2.0
uses: docker/build-push-action@v2.3.0
with:
context: ${{ matrix.base }}
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: get_release_version
run: echo ::set-output name=tags::${GITHUB_REF#refs/*/v}
- name: Build and Push the Docker image
uses: docker/build-push-action@v2.2.0
uses: docker/build-push-action@v2.3.0
with:
context: ${{ matrix.base }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build the Docker image
uses: docker/build-push-action@v2.2.0
uses: docker/build-push-action@v2.3.0
with:
context: ${{ matrix.base }}
push: false
2 changes: 1 addition & 1 deletion .github/workflows/dive-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build the Docker image
uses: docker/build-push-action@v2.2.0
uses: docker/build-push-action@v2.3.0
with:
context: ${{ matrix.base }}
load: true
Expand Down

0 comments on commit a859674

Please sign in to comment.