[c] set registry and image name statically
All checks were successful
Build and Push Docker Image / docker-build (push) Successful in 34s
All checks were successful
Build and Push Docker Image / docker-build (push) Successful in 34s
This commit is contained in:
parent
ed4928d8d9
commit
8f0645c8b5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ jobs:
|
|||
id: meta
|
||||
uses: https://github.com/docker/metadata-action@v4
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
images: gitpot.org/sangelo/plausible-pageviews-api
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
|
|
Loading…
Reference in a new issue