From 026cbdf655c31fd35c2a8b9849c58ba047c9505c Mon Sep 17 00:00:00 2001 From: Riley Mulford Date: Thu, 13 Oct 2022 09:14:57 -0500 Subject: [PATCH] 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` --- .github/workflows/docker-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b533df8..c33970d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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}}