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 }}"
|
||||
push: 'true'
|
||||
|
||||
- name: Create release
|
||||
env:
|
||||
OCI_URL: oci://code.252.no/pub
|
||||
run: |
|
||||
export TAG="${{ steps.next-version.outputs.next-version }}"
|
||||
export REPO="${{ github.repository }}"
|
||||
export RELEASE_DIR="."
|
||||
export RELEASE_NOTES=".forgejo/templates/release-notes-template.md"
|
||||
export SHA="${{ github.sha }}"
|
||||
- name: Create release
|
||||
env:
|
||||
OCI_URL: oci://code.252.no/pub
|
||||
run: |
|
||||
export TAG="${{ steps.next-version.outputs.next-version }}"
|
||||
export REPO="${{ github.repository }}"
|
||||
export RELEASE_DIR="."
|
||||
export RELEASE_NOTES=".forgejo/templates/release-notes-template.md"
|
||||
export SHA="${{ github.sha }}"
|
||||
|
||||
forgejo-release create
|
||||
forgejo-release create
|
Loading…
Add table
Reference in a new issue