diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee9d84c..96d6205 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,11 @@ jobs: images: | blinklabs/go ghcr.io/${{ github.repository }} + tags: | + # version + type=match,pattern=v(.*),group=1 + # branch + type=ref,event=branch - name: push uses: docker/build-push-action@v2 with: