Skip to content

Commit

Permalink
Use 0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Aug 2, 2024
1 parent 3fefe7e commit 2543a59
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 @@ -23,8 +23,8 @@ jobs:
images: ghcr.io/${{ github.repository }}
tags: |
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=latest,enable=${{ !github.event.release.prerelease }}
type=raw,value=pre-release,enable=${{ github.event.release.prerelease }}
# - name: Build and push Docker image
# uses: docker/build-push-action@v2
# with:
Expand Down

0 comments on commit 2543a59

Please sign in to comment.