Skip to content

Commit

Permalink
Bump docker/build-push-action from 5.3.0 to 5.4.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 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent fd20f48 commit d289003
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

# Build "latest"
- name: Build & Push - latest
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
file: ./Dockerfile
Expand All @@ -113,7 +113,7 @@ jobs:
# Build version specific
- name: Build & Push - version specific
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
file: ./Dockerfile
Expand All @@ -129,7 +129,7 @@ jobs:

# # Build "latest_nohealthcheck"
# - name: Build & Push - latest nohealthcheck
# uses: docker/build-push-action@v5.3.0
# uses: docker/build-push-action@v5.4.0
# with:
# context: .
# file: ./Dockerfile.nohealthcheck
Expand All @@ -141,7 +141,7 @@ jobs:

# # Build version specific _nohealthcheck
# - name: Build & Push - version specific nohealthcheck
# uses: docker/build-push-action@v5.3.0
# uses: docker/build-push-action@v5.4.0
# with:
# context: .
# file: ./Dockerfile.nohealthcheck
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
# Build "latest"
- name: Build & Push - latest
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
file: ./Dockerfile
Expand All @@ -228,7 +228,7 @@ jobs:
# Build version specific
- name: Build & Push - version specific
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
file: ./Dockerfile
Expand All @@ -244,7 +244,7 @@ jobs:

# # Build "latest_nohealthcheck"
# - name: Build & Push - latest nohealthcheck
# uses: docker/build-push-action@v5.3.0
# uses: docker/build-push-action@v5.4.0
# with:
# context: .
# file: ./Dockerfile.nohealthcheck
Expand All @@ -256,7 +256,7 @@ jobs:

# # Build version specific _nohealthcheck
# - name: Build & Push - version specific nohealthcheck
# uses: docker/build-push-action@v5.3.0
# uses: docker/build-push-action@v5.4.0
# with:
# context: .
# file: ./Dockerfile.nohealthcheck
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Build
- name: Test Build
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v5.4.0
with:
context: .
file: ./Dockerfile
Expand All @@ -111,7 +111,7 @@ jobs:
# # Build nohealthcheck
# - name: Test Build nohealthcheck
# if: steps.changed-files-specific.outputs.any_changed == 'true'
# uses: docker/build-push-action@v5.3.0
# uses: docker/build-push-action@v5.4.0
# with:
# context: .
# file: ./Dockerfile.nohealthcheck
Expand Down

0 comments on commit d289003

Please sign in to comment.