Skip to content

Commit

Permalink
Merge pull request #30 from jcostom/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
jcostom authored Jun 18, 2024
2 parents f3e6e2e + 60f3ae3 commit bce80c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
type=raw,value=dev,enable=${{ endsWith(GitHub.ref, 'dev') }}
type=pep440,pattern={{version}}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit bce80c8

Please sign in to comment.