Skip to content

Commit

Permalink
Merge pull request #42 from jkueh/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
jkueh authored Aug 21, 2024
2 parents cb79b71 + fb91d2f commit 78b2149
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
driver-opts: network=host

- name: Build and push to local test registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: localhost:5000/${{github.repository}}:${{github.sha}}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push to GitHub Container Registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64,darwin/arm64
push: true
Expand Down

0 comments on commit 78b2149

Please sign in to comment.