Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1d1a8e16ad | ||
![]() |
b90550c299 |
4
.github/workflows/games.yml
vendored
4
.github/workflows/games.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
paths:
|
||||
- games/**
|
||||
jobs:
|
||||
@@ -35,4 +35,4 @@ jobs:
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/parkervcp/games:${{ matrix.game }}
|
||||
ghcr.io/parkervcp/yolks:games_${{ matrix.game }}
|
||||
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
paths:
|
||||
- go/**
|
||||
jobs:
|
||||
|
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
paths:
|
||||
- installers/**
|
||||
jobs:
|
||||
|
2
.github/workflows/java.yml
vendored
2
.github/workflows/java.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
paths:
|
||||
- java/**
|
||||
jobs:
|
||||
|
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
paths:
|
||||
- nodejs/*
|
||||
jobs:
|
||||
|
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
- cron: "0 0 * * 1"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
paths:
|
||||
- python/**
|
||||
jobs:
|
||||
|
@@ -43,4 +43,3 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat
|
||||
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0m%s\n" "$PARSED"
|
||||
# shellcheck disable=SC2086
|
||||
exec env ${PARSED}
|
||||
|
||||
|
Reference in New Issue
Block a user