fix pt 2
Some checks failed
Publish Image / build (push) Has been cancelled

This commit is contained in:
texm
2023-04-25 15:14:52 +08:00
parent 8ab9c4d125
commit 52d77bf87d

View File

@@ -7,6 +7,10 @@ on:
tags:
- 'v*'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
@@ -29,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/texm/shokku
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=semver,pattern={{raw}}