This commit is contained in:
parent
3ae198d243
commit
827d9376ab
@ -27,7 +27,7 @@ jobs:
|
|||||||
run: apt update && apt install podman -y
|
run: apt update && apt install podman -y
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: podman build -t ${{ steps.build_image.outputs.image }}:${{ steps.build_image.outputs.tags }} .
|
run: podman build -t ${{ IMAGE_REGISTRY }}:${{ IMAGE_TAGS }} .
|
||||||
|
|
||||||
- name: login to registry
|
- name: login to registry
|
||||||
uses: redhat-actions/podman-login@v1
|
uses: redhat-actions/podman-login@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user