Skip to content

Commit

Permalink
Merge pull request #2 from shopwareLabs/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
shyim authored Apr 12, 2024
2 parents c4a9f97 + c07f888 commit 9dddb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build Docker Images
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
tags: ghcr.io/shopwarelabs/varnish
cache-from: type=gha
Expand Down

0 comments on commit 9dddb83

Please sign in to comment.