mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 04:32:16 -05:00
Bump docker/build-push-action from 2.4.0 to 2.5.0 (#1603)
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](https://github.com/docker/build-push-action/compare/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>
This commit is contained in:
parent
5c21223e25
commit
cc1f9932f2
4 changed files with 4 additions and 4 deletions
2
.github/workflows/deploy-PROD-slim.yml
vendored
2
.github/workflows/deploy-PROD-slim.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/deploy-PROD-standard.yml
vendored
2
.github/workflows/deploy-PROD-standard.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/deploy-RELEASE-slim.yml
vendored
2
.github/workflows/deploy-RELEASE-slim.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue