wip: blank #2

Closed
marc wants to merge 4 commits from wip/debugging-container-networking into main
Showing only changes of commit abfc9aab84 - Show all commits

View file

@ -43,7 +43,7 @@ jobs:
- name: List images
run: podman image ls
- name: Push tagged image to registry
if: ${{ github.event_name == "push" }}
if: ${{ github.event_name == 'push' }}
run: |
podman push ${{ steps.image-metadata.outputs.full-image-name }} ${{ env.REGISTRY_ENDPOINT }}/forge-runners/${{ steps.image-metadata.outputs.full-image-name }}
podman push ${{ steps.image-metadata.outputs.full-image-name }} ${{ env.REGISTRY_ENDPOINT }}/forge-runners/debian-12.6-slim:latest