Update .forgejo/workflows/release.yaml
Some checks failed
Release / build-image (push) Failing after 8s

This commit is contained in:
Tommy 2024-11-09 12:45:22 +00:00
parent 644da696a9
commit bb33c357dc
No known key found for this signature in database
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -38,7 +38,7 @@ jobs:
context: /workspace/${{ github.repository }}
credentials: |
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'
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3