Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 026cbdf

Browse files
authored
ci: add tags (#165)
no tags are being added on merge to master so job is failing. i think we at least need `type=ref,event=branch`
1 parent e01bd10 commit 026cbdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
images: |
3333
target/captains-log
3434
tags: |
35+
type=ref,event=branch
36+
type=ref,event=pr
3537
type=semver,pattern={{version}}
3638
type=semver,pattern={{major}}.{{minor}}
3739
type=semver,pattern={{major}}

0 commit comments

Comments
 (0)