Skip to content

Commit

Permalink
Merge pull request #118 from ImperialCollegeLondon/fix-stabl-tag
Browse files Browse the repository at this point in the history
Fix stable tag
  • Loading branch information
AdrianDAlessandro authored Aug 2, 2024
2 parents c69ca6e + 14ecd4d commit 6f20c4c
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 @@ -25,7 +25,7 @@ jobs:
type=semver,pattern={{raw}}
type=raw,value=latest,enable=${{ !github.event.release.prerelease }}
type=raw,value=pre-release,enable=${{ github.event.release.prerelease }}
type=raw,value=stable,enable=${{ !github.event.release.prerelease && github.ref == 'refs/heads/main'}}
type=raw,value=stable,enable=${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main'}}
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 6f20c4c

Please sign in to comment.