ci: disable restrictions around pushing #2

Closed
marc wants to merge 7 commits from ci/debug-silent-failure-pushing-images into main
Showing only changes of commit 35733f48fa - Show all commits

View file

@ -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 }}