wip: blank
This commit is contained in:
parent
b3a4b5034d
commit
abfc9aab84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue