Skip to content

Commit

Permalink
Merge pull request #23 from Feramance/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
Feramance authored Sep 12, 2023
2 parents c72ab29 + bfc5d8e commit 4caa12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
if: ${{contains(needs.bump_version.outputs.NEW_RELEASE, 'beta') == true || contains(needs.bump_version.outputs.NEW_RELEASE, 'alpha') == true}}
env:
DOCKER_BUILDKIT: 1
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
Expand All @@ -294,7 +294,7 @@ jobs:
if: ${{contains(needs.bump_version.outputs.NEW_RELEASE, 'beta') == false && contains(needs.bump_version.outputs.NEW_RELEASE, 'alpha') == false}}
env:
DOCKER_BUILDKIT: 1
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
Expand Down

0 comments on commit 4caa12b

Please sign in to comment.