Skip to content

Commit

Permalink
Merge pull request #322 from acouvreur/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
acouvreur authored Jun 18, 2024
2 parents 8bfb37a + aed6ec5 commit 2ad210d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Build and push by digest
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
cache-from: type=gha
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: plugins/caddy
file: plugins/caddy/Dockerfile
Expand Down

0 comments on commit 2ad210d

Please sign in to comment.