You've already forked docker-armbian-build
mirror of
https://github.com/armbian/docker-armbian-build.git
synced 2026-01-06 10:38:10 -08:00
Update update_docker.yml
This commit is contained in:
12
.github/workflows/update_docker.yml
vendored
12
.github/workflows/update_docker.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
for i in ${releases[@]}; do
|
||||
echo "{\"os\":\"$(cat config/distributions/${i}/name | cut -d" " -f1 | sed -e 's/\(.*\)/\L\1/')\",\"release\":\"${i}\"}"
|
||||
done | jq -s >> $GITHUB_OUTPUT
|
||||
echo 'EOF' >> $GITHUB_OUTPUT
|
||||
echo 'EOF' >> $GITHUB_OUTPUT
|
||||
Docker:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
@@ -120,5 +120,11 @@ jobs:
|
||||
cache-from: type=gha # all-automatic Github Actions caching
|
||||
cache-to: type=gha,mode=max
|
||||
tags: ghcr.io/${{ github.repository }}:armbian-${{env.DOCKERFILE_OS}}-${{env.DOCKERFILE_RELEASE}}-latest
|
||||
|
||||
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings
|
||||
|
||||
Keep:
|
||||
name: Keep Alive
|
||||
needs: Docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: gautamkrishnar/keepalive-workflow@v1
|
||||
|
||||
Reference in New Issue
Block a user