This commit is contained in:
parent
950d524a9f
commit
4b8c251f5c
@ -30,11 +30,7 @@ jobs:
|
||||
run: podman build -t ${{ IMAGE_REGISTRY }}:${{ IMAGE_TAGS }} .
|
||||
|
||||
- name: login to registry
|
||||
uses: redhat-actions/podman-login@v1
|
||||
with:
|
||||
registry: ${{ env.IMAGE_REGISTRY }}
|
||||
username: ${{ env.REGISTRY_USER }}
|
||||
password: ${{ env.REGISTRY_PASSWORD }}
|
||||
run: podman login ${{ IMAGE_REGISTRY }} -u ${{ REGISTRY_USER }} -p ${{ REGISTRY_PASSWORD }}
|
||||
|
||||
- name: push to registry
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user