Skip to content

Commit cedf147

Browse files
authored
ci: add sha labels for Docker tags (#923)
1 parent 6f37944 commit cedf147

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ jobs:
4343
with:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545
tags: |
46+
type=schedule
4647
type=ref,event=branch
48+
type=ref,event=tag
4749
type=ref,event=pr
50+
type=sha
4851
4952
- name: Write "git describe --tags --dirty" to VERSION
5053
run: |

0 commit comments

Comments
 (0)