This commit is contained in:
parent
2161f55efd
commit
322fd22823
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- name: Log into Forgejo Container Registry
|
- name: Log into Forgejo Container Registry
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
buildah login -u ${{ github.actor }} -p ${{ secrets.FORGEJO_TOKEN }} ${{ env.REGISTRY }}
|
buildah login -u ${{ github.actor }} -p ${{ secrets.PACKAGE_TOKEN }} ${{ env.REGISTRY }}
|
||||||
|
|
||||||
- name: Build image with Buildah
|
- name: Build image with Buildah
|
||||||
id: build-image
|
id: build-image
|
||||||
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
- name: Log into Forgejo Container Registry (Cosign)
|
- name: Log into Forgejo Container Registry (Cosign)
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
cosign login ${{ env.REGISTRY }} -u ${{ github.actor }} -p ${{ secrets.FORGEJO_TOKEN }}
|
cosign login ${{ env.REGISTRY }} -u ${{ github.actor }} -p ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
|
||||||
- name: Sign image
|
- name: Sign image
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue