parent
c1889392b4
commit
47191700b7
@ -10,14 +10,14 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
image: ${{ github.actor }}/${{ github.event.repository.name }}
|
image: ${{ github.repository_owner }}/${{ github.event.repository.name }}
|
||||||
tags: ${{ github.ref_name }}
|
tags: ${{ github.ref_name }}
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./Containerfile
|
./Containerfile
|
||||||
- name: Push
|
- name: Push
|
||||||
uses: redhat-actions/push-to-registry@v2
|
uses: redhat-actions/push-to-registry@v2
|
||||||
with:
|
with:
|
||||||
image: ${{ github.actor }}/${{ github.event.repository.name }}
|
image: ${{ github.repository_owner }}/${{ github.event.repository.name }}
|
||||||
tags: ${{ github.ref_name }}
|
tags: ${{ github.ref_name }}
|
||||||
registry: git.plabble.org
|
registry: git.plabble.org
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user