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
|
||||
if: github.event_name != 'pull_request'
|
||||
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
|
||||
id: build-image
|
||||
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
- name: Log into Forgejo Container Registry (Cosign)
|
||||
if: github.event_name != 'pull_request'
|
||||
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
|
||||
if: github.event_name != 'pull_request'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue