Skip to content

Commit

Permalink
Merge pull request #1543 from brian-team/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
mstimberg authored Jun 24, 2024
2 parents 77d823f + 66ecda7 commit 5415c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
cp packages/Brian2*cp312-manylinux*_x86_64.whl dist
cp packages/Brian2*cp312-manylinux*_aarch64.whl dist
- name: Build (and potentially push) the Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
# https://github.com/docker/build-push-action
with:
context: .
Expand All @@ -227,7 +227,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
- name: Push docker image to dev repository
if: ${{ github.repository == 'brian-team/brian2' && github.event_name == 'push' && !startsWith(github.ref, 'refs/tags') && github.actor != 'dependabot[bot]'}}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: docker/Dockerfile
Expand Down

0 comments on commit 5415c48

Please sign in to comment.