Skip to content

Commit

Permalink
Bump docker/build-push-action from 2.4.0 to 2.5.0 (super-linter#1603)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2.4.0...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
  • Loading branch information
dependabot[bot] and admiralAwkbar authored Jun 1, 2021
1 parent 5c21223 commit cc1f993
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-PROD-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Build and Push containers to registries #
###########################################
- name: Build and push - SLIM
uses: docker/build-push-action@v2.4.0
uses: docker/build-push-action@v2.5.0
with:
context: .
file: ./Dockerfile-slim
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-PROD-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Build and Push containers to registries #
###########################################
- name: Build and push - Standard
uses: docker/build-push-action@v2.4.0
uses: docker/build-push-action@v2.5.0
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# Build and Push containers to registries #
###########################################
- name: Build and push - SLIM
uses: docker/build-push-action@v2.4.0
uses: docker/build-push-action@v2.5.0
with:
context: .
file: ./Dockerfile-slim
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
# Build and Push containers to registries #
###########################################
- name: Build and push - Standard
uses: docker/build-push-action@v2.4.0
uses: docker/build-push-action@v2.5.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit cc1f993

Please sign in to comment.