Skip to content

Commit

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

Bump docker/build-push-action from 5 to 6
  • Loading branch information
ptr727 authored Jun 18, 2024
2 parents bc09387 + 1af46d6 commit 206e00a
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 206e00a

Please sign in to comment.