Skip to content

Commit

Permalink
ci(github-actions): bump docker/build-push-action (#66)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent dfecd14 commit 7e6ea86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
id: build-ci
env:
ENVIRONMENT: ci
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: ${{ env.ENVIRONMENT }}
cache-from: |
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
env:
ENVIRONMENT: dev
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: ${{ env.ENVIRONMENT }}
cache-from: |
Expand All @@ -211,7 +211,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
env:
ENVIRONMENT: prod
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
cache-from: |
${{ env.GHCR_IMAGE_NAME }}:dev
Expand Down

0 comments on commit 7e6ea86

Please sign in to comment.