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
|
||||
-
|
||||
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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue