diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-02-19 12:26:39 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-02-19 12:26:39 +0100 |
| commit | 5ebf3425846efad5c4ef6901ba8128d5ed56c43a (patch) | |
| tree | f8a72b62eba8488508f6b4728d4aaab777c5fae0 /.gitea | |
| parent | 08a9d7f183520ab52391549a804a306be3be93f1 (diff) | |
| download | slackbuilder-5ebf3425846efad5c4ef6901ba8128d5ed56c43a.tar.gz | |
Replace buildenv image with a container reference
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/build.yml | 6 | ||||
| -rw-r--r-- | .gitea/workflows/deploy.yaml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 07c06e0..e069a68 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -7,13 +7,13 @@ on: jobs: audit: - runs-on: buildenv + container: buildenv:5 steps: - uses: actions/checkout@v4 - run: hlint src lib test test: - runs-on: buildenv + container: buildenv:5 steps: - name: Set up environment run: | @@ -25,7 +25,7 @@ jobs: - run: cabal test --test-show-details=streaming release: - runs-on: buildenv + container: buildenv:5 steps: - name: Set up environment run: | diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 400464b..2b039c1 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,7 +7,7 @@ on: jobs: release: - runs-on: buildenv + container: buildenv:5 steps: - name: Set up environment run: | |
