Update .forgejo/workflows/build.yaml
All checks were successful
Release / build-image (push) Successful in 43s
All checks were successful
Release / build-image (push) Successful in 43s
This commit is contained in:
parent
e6fc6fac87
commit
138c10de30
1 changed files with 10 additions and 10 deletions
|
@ -44,14 +44,14 @@ jobs:
|
||||||
destinations: "code.252.no/pub/mbpfan:${{ steps.next-version.outputs.next-version }}"
|
destinations: "code.252.no/pub/mbpfan:${{ steps.next-version.outputs.next-version }}"
|
||||||
push: 'true'
|
push: 'true'
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
env:
|
env:
|
||||||
OCI_URL: oci://code.252.no/pub
|
OCI_URL: oci://code.252.no/pub
|
||||||
run: |
|
run: |
|
||||||
export TAG="${{ steps.next-version.outputs.next-version }}"
|
export TAG="${{ steps.next-version.outputs.next-version }}"
|
||||||
export REPO="${{ github.repository }}"
|
export REPO="${{ github.repository }}"
|
||||||
export RELEASE_DIR="."
|
export RELEASE_DIR="."
|
||||||
export RELEASE_NOTES=".forgejo/templates/release-notes-template.md"
|
export RELEASE_NOTES=".forgejo/templates/release-notes-template.md"
|
||||||
export SHA="${{ github.sha }}"
|
export SHA="${{ github.sha }}"
|
||||||
|
|
||||||
forgejo-release create
|
forgejo-release create
|
Loading…
Add table
Reference in a new issue