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

Commit

Permalink
ci: add tags (#165)
Browse files Browse the repository at this point in the history
no tags are being added on merge to master so job is failing. i think we at least need `type=ref,event=branch`
  • Loading branch information
rdmulford authored Oct 13, 2022
1 parent e01bd10 commit 026cbdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
images: |
target/captains-log
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 026cbdf

Please sign in to comment.