Skip to content

Commit

Permalink
Merge pull request #14 from dgtlmoon/dependabot/github_actions/all-bf…
Browse files Browse the repository at this point in the history
…940bc907

Bump docker/build-push-action from 5 to 6 in the all group
  • Loading branch information
dgtlmoon authored Jul 12, 2024
2 parents c020397 + 25fe54b commit 003949e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
driver-opts: image=moby/buildkit:master
- name: Build container for test
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Build and push :latest
id: docker_build
if: ${{ github.ref }} == "refs/heads/master"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile
Expand Down

0 comments on commit 003949e

Please sign in to comment.