ci: disable restrictions around pushing
This commit is contained in:
parent
58676112db
commit
35733f48fa
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ jobs:
|
|||
spud build -d ./service.yml
|
||||
podman image ls
|
||||
#if: ${{ github.event_name == 'push' }}
|
||||
- run: echo "Step"
|
||||
# podman image ls
|
||||
- run: |
|
||||
podman image ls
|
||||
# podman push localhost/sesame-caddy:latest ${{ var.REGISTRY_ENDPOINT }}/sesame/caddy:latest
|
||||
# podman push localhost/sesame-caddy:latest ${{ var.REGISTRY_ENDPOINT }}/sesame/caddy:${{ steps.image-metadata.outputs.image-tag }}
|
||||
# podman push localhost/sesame-caddy:latest ${{ var.REGISTRY_ENDPOINT }}/sesame/caddy:${{ github.ref_name }}
|
||||
|
|
Loading…
Reference in a new issue