Skip to content

Commit

Permalink
Merge pull request 'Fix tag calculation' (Plume-org#970) from deploy-…
Browse files Browse the repository at this point in the history
…tag into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/970
  • Loading branch information
KitaitiMakoto committed Jan 2, 2022
2 parents 3815bfe + 7c1a542 commit 84f00c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: plumeorg/plume:${{ github.ref == 'main' && 'latest' || github.ref }}
tags: plumeorg/plume:${{ startwWith(github.ref, 'refs/tags/') && github.ref || 'latest' }}

0 comments on commit 84f00c5

Please sign in to comment.