Skip to content

Commit

Permalink
Merge pull request #184 from anoadragon453/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-6
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
2 parents d348964 + ab67f00 commit 6fb4c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platforms: linux/amd64,linux/arm64

- name: Docker build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: dockerBuild
with:
push: false
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: dockerBuild
with:
push: true
Expand Down

0 comments on commit 6fb4c1b

Please sign in to comment.