Update .github/workflows/deploy-hello-world.yaml
Deploy Hello World / deploy-docker-hello-world (push) Failing after 13s
Details
Deploy Hello World / deploy-docker-hello-world (push) Failing after 13s
Details
This commit is contained in:
parent
be9afc3d6f
commit
ee051461e2
|
@ -29,7 +29,6 @@ jobs:
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
|
|
||||||
- name: Login to image repository
|
- name: Login to image repository
|
||||||
if: github.ref_type == 'tag'
|
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.nicktrimborn.de
|
registry: git.nicktrimborn.de
|
||||||
|
|
Loading…
Reference in New Issue