Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-5' into fix_release_pipeline
  • Loading branch information
GollyTicker committed Sep 12, 2023
2 parents 2517991 + 85afe9d commit 28af0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -112,7 +112,7 @@ jobs:
fi
- name: DockerHub Build and Release (with latest)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: env.publish_latest == 'true'
with:
platforms: linux/amd64,linux/arm64
Expand All @@ -123,7 +123,7 @@ jobs:
context: .

- name: DockerHub Build and Release (without latest)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: env.publish_latest == 'false'
with:
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 28af0e8

Please sign in to comment.