ci: Push image to registry
Some checks failed
/ Build oci-builder ver4a-compat (push) Failing after 46s
Some checks failed
/ Build oci-builder ver4a-compat (push) Failing after 46s
This commit is contained in:
parent
d08c17af3e
commit
e8e10db846
1 changed files with 13 additions and 0 deletions
|
@ -22,3 +22,16 @@ jobs:
|
|||
build-args: |
|
||||
REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
|
||||
NAMESPACE=${{ vars.NAMESPACE }}
|
||||
|
||||
- name: 'Log in to registry'
|
||||
uses: 'actions/podman-login@v1'
|
||||
with:
|
||||
registry: ${{ vars.REGISTRY_DOMAIN }}
|
||||
username: ${{ vars.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name:
|
||||
uses: 'actions/push-to-registry@v2'
|
||||
with:
|
||||
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
||||
registry: 'registry.uncontrol.me'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue