summaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-02-19 12:26:39 +0100
committerEugen Wissner <belka@caraus.de>2026-02-19 12:26:39 +0100
commit5ebf3425846efad5c4ef6901ba8128d5ed56c43a (patch)
treef8a72b62eba8488508f6b4728d4aaab777c5fae0 /.gitea/workflows
parent08a9d7f183520ab52391549a804a306be3be93f1 (diff)
downloadslackbuilder-5ebf3425846efad5c4ef6901ba8128d5ed56c43a.tar.gz
Replace buildenv image with a container reference
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/build.yml6
-rw-r--r--.gitea/workflows/deploy.yaml2
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: |