Skip to content

Commit

Permalink
Merge pull request #159 from ptr727/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
ptr727 authored Jun 18, 2024
2 parents 893be13 + 540e9b7 commit f0fd00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildPublishPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
# https://docs.docker.com/build/ci/github-actions/cache/
# https://github.com/moby/buildkit#github-actions-cache-experimental
- name: Build and Push Images
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
cache-from: type=gha,scope=${{ matrix.images.cachescope }}
cache-to: type=gha,mode=max,scope=${{ matrix.images.cachescope }}
Expand Down

0 comments on commit f0fd00c

Please sign in to comment.