diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 7376b4f..a483286 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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