Skip to content

Commit

Permalink
Merge pull request #43 from loganmarchione/renovate/docker-build-push…
Browse files Browse the repository at this point in the history
…-action-6.x

Update docker/build-push-action action to v6
  • Loading branch information
loganmarchione authored Jun 20, 2024
2 parents 9754bd7 + 0a0a482 commit c363f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
context: .
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
logout: true

- name: Build Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: .
Expand Down

0 comments on commit c363f8d

Please sign in to comment.