Update .forgejo/workflows/build.yml
This commit is contained in:
parent
fda6418f47
commit
362fec9e97
1 changed files with 0 additions and 5 deletions
|
@ -14,17 +14,12 @@ jobs:
|
||||||
PACKAGE: caddy-shork
|
PACKAGE: caddy-shork
|
||||||
DOCKER_REGISTRY: git.shork.ch
|
DOCKER_REGISTRY: git.shork.ch
|
||||||
REGISTRY_USER: docker-images
|
REGISTRY_USER: docker-images
|
||||||
COMMIT_AUTHOR_NAME: "forgejo-runner"
|
|
||||||
COMMIT_AUTHOR_EMAIL: "forgejo-runner@shork.ch"
|
|
||||||
COMMIT_MESSAGE: "Update build metadata"
|
|
||||||
CADDY_APPS: "github.com/caddy-dns/porkbun github.com/mholt/caddy-l4/layer4"
|
CADDY_APPS: "github.com/caddy-dns/porkbun github.com/mholt/caddy-l4/layer4"
|
||||||
REBUILD_ALL_X_DAYS: 14
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
echo "Run because of ${{ github.event_name }}"
|
|
||||||
apk add --no-cache git nodejs npm bash sed curl jq
|
apk add --no-cache git nodejs npm bash sed curl jq
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue