Skip to content

Commit f148588

Browse files
authored
Merge pull request #22 from nuclearcat/fix-profile
(workflows) add self-hosted profile option
2 parents 4649391 + 7b352c7 commit f148588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
git rebase origin/staging.kernelci.org
4949
git stash pop
5050
docker compose pull
51-
docker compose up -d --remove-orphans
51+
docker compose --profile self-hosted up -d --remove-orphans

0 commit comments

Comments
 (0)