Add context
Some checks failed
/ build (push) Failing after 32s
/ deploy (push) Has been skipped

This commit is contained in:
Hornwitser 2025-05-18 17:51:33 +02:00
parent d403845c4c
commit 3f35723f64

View file

@ -38,7 +38,7 @@ jobs:
name: Build and push name: Build and push
shell: bash shell: bash
run: | run: |
podman build --tag ${{ env.REGISTRY_IMAGE}}:latest podman build --tag ${{ env.REGISTRY_IMAGE}}:latest ${{ github.server_url }}/${{ github.repository }}.git
podman push ${{ env.REGISTRY_IMAGE }}:latest podman push ${{ env.REGISTRY_IMAGE }}:latest
outputs: outputs:
DEPLOY_IMAGE: ${{ steps.info.outputs.DEPLOY_IMAGE }} DEPLOY_IMAGE: ${{ steps.info.outputs.DEPLOY_IMAGE }}