Updated 4get.yaml
This commit is contained in:
parent
f50e66727b
commit
31bf1ff72c
@ -5,12 +5,11 @@ env:
|
||||
REMOTE_REPO: https://git.lolcat.ca/lolcat/4get.git
|
||||
BUILD_PLATFORM: linux/arm64,linux/amd64
|
||||
on:
|
||||
# schedule:
|
||||
# - cron: "0 0 * * *" # at midnight
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # at midnight
|
||||
push:
|
||||
paths:
|
||||
- '.gitea/workflows/4get.yaml'
|
||||
# pinned to latest working version
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -46,7 +45,6 @@ jobs:
|
||||
mkdir temp
|
||||
cd temp
|
||||
git clone ${REMOTE_REPO} .
|
||||
git checkout fa9dc4d6efc593b7301229c18b058d90024c939e # checkout last working verison
|
||||
docker-buildx build \
|
||||
--platform ${BUILD_PLATFORM} \
|
||||
-t git.opnxng.com/${{ gitea.repository_owner }}/${REPO_NAME}:latest \
|
||||
|
Loading…
Reference in New Issue
Block a user