diff options
-rw-r--r-- | .github/workflows/bun-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-release.yml b/.github/workflows/bun-release.yml index a97c457d3..268b1dccf 100644 --- a/.github/workflows/bun-release.yml +++ b/.github/workflows/bun-release.yml @@ -73,7 +73,7 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ secrets.DOCKERHUB_USERNAME }}/bun - flavor: latest=${{ contains(env.TAG, "canary") }} + flavor: latest=${{ ${{ env.TAG }} != "canary" }} tags: | type=match,pattern=(bun-v)?(canary|\d.\d.\d),group=2,value=${{ env.TAG }} type=match,pattern=(bun-v)?(canary|\d.\d.\d),group=2,value=${{ env.TAG }} |