Skip to content

Commit

Permalink
Fix expression syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Mar 7, 2024
1 parent 9b7f966 commit 9c7f64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ jobs:
build-args: |
'BASE_IMAGE_TAG=3.12-bookworm'
platforms: 'amd64,arm64'
push: github.repository == 'brian-team/brian2' && startsWith(github.ref, 'refs/tags')
push: ${{ github.repository == 'brian-team/brian2' && startsWith(github.ref, 'refs/tags') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 9c7f64b

Please sign in to comment.