Call podman directly
This commit is contained in:
parent
5f455abf4d
commit
d403845c4c
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
push: true
|
podman build --tag ${{ env.REGISTRY_IMAGE}}:latest
|
||||||
tags: ${{ 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 }}
|
||||||
DEPLOY_BRANCH: ${{ steps.info.outputs.DEPLOY_BRANCH }}
|
DEPLOY_BRANCH: ${{ steps.info.outputs.DEPLOY_BRANCH }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue