Skip to content

Commit

Permalink
Tag cloud image as semver instead of sha (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored Sep 14, 2022
1 parent 6d50147 commit 2987d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
images: temporalio/cloud-ui
tags: |
type=sha,format=short,event=branch
type=semver,pattern={{version}}
latest
- name: Push Cloud Release image to DockerHub
Expand Down

0 comments on commit 2987d4e

Please sign in to comment.