Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 in the github-actions group (
Browse files Browse the repository at this point in the history
…#11)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent a0ad4b9 commit bb54edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build and push Docker image
if: steps.check_files.outputs.files_exists == 'false'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
Expand All @@ -62,7 +62,7 @@ jobs:

- name: Build and push Docker image with overwrite Dockerfile
if: steps.check_files.outputs.files_exists == 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./services/${{ inputs.workspace }}/Dockerfile
Expand Down

0 comments on commit bb54edd

Please sign in to comment.