Add context
This commit is contained in:
parent
d403845c4c
commit
3f35723f64
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue