ci: use repository owner instead of actor
Some checks failed
Build container / build (push) Failing after 33s
Some checks failed
Build container / build (push) Failing after 33s
This commit is contained in:
@@ -12,14 +12,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: latest
|
tags: latest
|
||||||
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: latest
|
tags: latest
|
||||||
registry: git.plabble.org
|
registry: git.plabble.org
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user