Update .github/workflows/deploy-hello-world.yaml
Deploy Hello World / deploy-docker-hello-world (push) Failing after 11s
Details
Deploy Hello World / deploy-docker-hello-world (push) Failing after 11s
Details
This commit is contained in:
parent
f8f02253ca
commit
be9afc3d6f
|
@ -21,7 +21,7 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/thedatabaseme/hello-world
|
images: git.nicktrimborn.de/nick/dockerbuild_hello_world
|
||||||
flavor: latest=true
|
flavor: latest=true
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
|
|
Loading…
Reference in New Issue