diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e3cea6b..03d33f0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,6 +40,8 @@ jobs: tags: | type=semver,pattern={{version}}-amd64 type=raw,value=latest-amd64,enable={{is_default_branch}} + type=ref,event=branch,suffix=-amd64 + type=sha,prefix={{branch}}-,suffix=-amd64 - name: Get build time id: build_time