Skip to content

Commit

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent f75874e commit 351fbd5
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@v5
uses: docker/build-push-action@v6
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@v5
# uses: docker/build-push-action@v6
# 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@v5
uses: docker/build-push-action@v6
with:
push: false
tags: molpopgen/fwdpy11:stable
Expand Down

0 comments on commit 351fbd5

Please sign in to comment.