Skip to content

Commit

Permalink
chore: fix docker release tag (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Jul 27, 2023
1 parent 4186162 commit d454725
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=raw,value=${{ needs.release-please.outputs.tag_name }}
type=raw,value=latest
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@v1
with:
Expand Down

0 comments on commit d454725

Please sign in to comment.