Update Docker image reference in build workflow
All checks were successful
Test code; build Docker image; push to Docker Hub, GitHub Container Registry and Gitea. / test (push) Successful in 1m55s
All checks were successful
Test code; build Docker image; push to Docker Hub, GitHub Container Registry and Gitea. / test (push) Successful in 1m55s
This commit is contained in:
@ -97,7 +97,7 @@ jobs:
|
|||||||
images: |
|
images: |
|
||||||
ghcr.io/thelovinator1/discord-embed
|
ghcr.io/thelovinator1/discord-embed
|
||||||
thelovinator/discord-nice-embed-maker-for-my-yoy
|
thelovinator/discord-nice-embed-maker-for-my-yoy
|
||||||
git.lovinator.space/thelovinator/anewdawn
|
git.lovinator.space/thelovinator/discord-embed
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest,enable=${{ gitea.ref == format('refs/heads/{0}', 'master') }}
|
type=raw,value=latest,enable=${{ gitea.ref == format('refs/heads/{0}', 'master') }}
|
||||||
type=raw,value=master,enable=${{ gitea.ref == format('refs/heads/{0}', 'master') }}
|
type=raw,value=master,enable=${{ gitea.ref == format('refs/heads/{0}', 'master') }}
|
||||||
|
Reference in New Issue
Block a user