wip: move to forgejo actions
Some checks failed
Release / Build gatus with pre-packaged web assets (push) Failing after 15s
Some checks failed
Release / Build gatus with pre-packaged web assets (push) Failing after 15s
This commit is contained in:
parent
a5413ccd14
commit
8513b4f087
1 changed files with 2 additions and 3 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Release
|
||||||
env:
|
env:
|
||||||
PKG_VERSION: "2026.07.28"
|
PKG_VERSION: "2026.07.28"
|
||||||
# TODO: actions/checkout only supports GITHUB repos...
|
# TODO: actions/checkout only supports GITHUB repos...
|
||||||
GATUS_REPO: "selfhoster1312/gatus"
|
GATUS_REPO: "https://github.com/selfhoster1312/gatus"
|
||||||
GATUS_REF: "d65a3321f1291aa419870a04896aa65fc4c78cf4"
|
GATUS_REF: "d65a3321f1291aa419870a04896aa65fc4c78cf4"
|
||||||
# Preview mode: Publishes the build output as a CI artifact instead of creating
|
# Preview mode: Publishes the build output as a CI artifact instead of creating
|
||||||
# a release, allowing for manual inspection of the output. This mode is
|
# a release, allowing for manual inspection of the output. This mode is
|
||||||
|
|
@ -24,7 +24,6 @@ on:
|
||||||
- '.github/workflows/release.yml'
|
- '.github/workflows/release.yml'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
@ -33,7 +32,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build gatus with pre-packaged web assets
|
name: Build gatus with pre-packaged web assets
|
||||||
runs-on: ubuntu-22.04
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue