Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.6.1 to 6.7.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 6.6.1 to 6.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.6.1...v6.7.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 and github-actions[bot] committed Aug 13, 2024
1 parent e181366 commit 2db7913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and export to Docker
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
context: .
file: ./container/Dockerfile
Expand All @@ -100,7 +100,7 @@ jobs:
docker run --rm ${{ env.TESTIMAGE }} measure
- name: Build and push
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
if: ${{ github.event_name != 'pull_request' && steps.prep.outputs.head != 'devel' }}
with:
context: .
Expand Down

0 comments on commit 2db7913

Please sign in to comment.