Update .forgejo/workflows/release.yaml
Some checks failed
Release / build-image (push) Failing after 7s
Some checks failed
Release / build-image (push) Failing after 7s
This commit is contained in:
parent
0b6f66ac80
commit
e69afb93df
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
code.252.no/${{ github.repository }}
|
||||
${{ github.repository }}
|
||||
tags: |
|
||||
type=semver,pattern={{version}},prefix=v
|
||||
type=semver,pattern={{major}}.{{minor}},prefix=v
|
||||
|
@ -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 }}"
|
||||
destinations: "${{ github.repository }}:${{ steps.meta.outputs.tags }}"
|
||||
push: 'true'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue