Call podman directly
Some checks failed
/ build (push) Failing after 32s
/ deploy (push) Has been skipped

This commit is contained in:
Hornwitser 2025-05-18 17:47:12 +02:00
parent 5f455abf4d
commit d403845c4c

View file

@ -36,10 +36,10 @@ jobs:
EOF
-
name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ env.REGISTRY_IMAGE }}:latest
shell: bash
run: |
podman build --tag ${{ env.REGISTRY_IMAGE}}:latest
podman push ${{ env.REGISTRY_IMAGE }}:latest
outputs:
DEPLOY_IMAGE: ${{ steps.info.outputs.DEPLOY_IMAGE }}
DEPLOY_BRANCH: ${{ steps.info.outputs.DEPLOY_BRANCH }}