Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.8.0 (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 3999e8a commit 2b61a32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ./${{ matrix.container }}
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# Build and export image to Docker daemon
# https://github.com/docker/build-push-action
- name: Build and export to Docker
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ matrix.container }}
load: true
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
# Build and export image to Docker daemon
# https://github.com/docker/build-push-action
- name: Build and export to Docker
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
context: ${{ matrix.container }}
load: true
Expand Down

0 comments on commit 2b61a32

Please sign in to comment.