Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.6.0 to 6.6.1
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.0 to 6.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.6.0...v6.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Aug 8, 2024
1 parent 6606a0d commit e181366
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.0
uses: docker/build-push-action@v6.6.1
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.0
uses: docker/build-push-action@v6.6.1
if: ${{ github.event_name != 'pull_request' && steps.prep.outputs.head != 'devel' }}
with:
context: .
Expand Down

0 comments on commit e181366

Please sign in to comment.