Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 9e2503e commit c82810a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Build and push stable release
if: github.event_name == 'release'
id: docker_build_release
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: molpopgen/fwdpy11:latest, molpopgen/fwdpy11:${{ github.event.release.tag_name }}
Expand All @@ -52,7 +52,7 @@ jobs:
name: Build and push from main
if: github.ref == 'refs/heads/main'
id: docker_bfild_main
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: molpopgen/fwdpy11:latest
Expand All @@ -62,7 +62,7 @@ jobs:
name: Build image
if: github.event_name == 'pull_request'
id: docker_build_pull_request
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
tags: molpopgen/fwdpy11:stable
Expand Down

0 comments on commit c82810a

Please sign in to comment.