mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-11 05:33:08 +00:00
Merge pull request #438 from logos-blockchain/arjentix/fix-docker-builds-on-tags2
fix: use just sha without ref_name
This commit is contained in:
commit
35d8df0d03
2
.github/workflows/publish_images.yml
vendored
2
.github/workflows/publish_images.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=sha,prefix={{ref_name}}-
|
||||
type=sha,prefix=sha-
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
- name: Build and push Docker image
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user