Update .forgejo/workflows/release.yaml
This commit is contained in:
parent
644da696a9
commit
bb33c357dc
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ jobs:
|
||||||
context: /workspace/${{ github.repository }}
|
context: /workspace/${{ github.repository }}
|
||||||
credentials: |
|
credentials: |
|
||||||
code.252.no=${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }}
|
code.252.no=${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }}
|
||||||
destinations: "code.252.no/${{ github.repository }}:${{ steps.meta.outputs.tags }}"
|
destination: "code.252.no/${{ github.repository }}:${{ steps.meta.outputs.tags }}"
|
||||||
push: 'true'
|
push: 'true'
|
||||||
# - name: Set up QEMU
|
# - name: Set up QEMU
|
||||||
# uses: docker/setup-qemu-action@v3
|
# uses: docker/setup-qemu-action@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue