Update .forgejo/workflows/release.yaml
Some checks failed
Release / build-image (push) Failing after 8s
Some checks failed
Release / build-image (push) Failing after 8s
This commit is contained in:
parent
bb33c357dc
commit
302d555f95
1 changed files with 4 additions and 2 deletions
|
@ -38,8 +38,10 @@ jobs:
|
|||
context: /workspace/${{ github.repository }}
|
||||
credentials: |
|
||||
code.252.no=${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }}
|
||||
destination: "code.252.no/${{ github.repository }}:${{ steps.meta.outputs.tags }}"
|
||||
push: 'true'
|
||||
destinations: "code.252.no/${{ github.repository }}:${{ steps.meta.outputs.tags }}"
|
||||
push: 'true'
|
||||
|
||||
|
||||
# - name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v3
|
||||
|
||||
|
|
Loading…
Reference in a new issue