mirror of
https://github.com/armbian/cache.git
synced 2026-01-06 10:36:52 -08:00
Docker generation was moved to https://github.com/armbian/docker-armbian-build
This commit is contained in:
23
.github/workflows/update_docker.yml
vendored
23
.github/workflows/update_docker.yml
vendored
@@ -1,23 +0,0 @@
|
||||
name: Build Docker Images
|
||||
#
|
||||
# Update Docker images we use for building CI
|
||||
#
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 3 * * *' # Scheduled runs every day at 3am UTC
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
|
||||
Docker:
|
||||
permissions:
|
||||
contents: none
|
||||
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
uses: armbian/scripts/.github/workflows/armbian-framework-docker-images.yml@master
|
||||
secrets:
|
||||
CR_PAT: ${{ secrets.CR_PAT }}
|
||||
@@ -4,7 +4,7 @@
|
||||
</a><br>
|
||||
<strong>Armbian Linux Cache Production</strong><br>
|
||||
<br>
|
||||
<a href=https://github.com/armbian/cache/actions/workflows/build.yml><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/armbian/cache/build.yml?logo=githubactions&label=Build%20Rootfs%20Cache&style=for-the-badge&branch=main"></a> <a href=https://github.com/armbian/cache/actions/workflows/update_docker.yml><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/armbian/cache/update_docker.yml?logo=githubactions&label=Build%20Docker%20Images&style=for-the-badge&branch=main"></a>
|
||||
<a href=https://github.com/armbian/cache/actions/workflows/build.yml><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/armbian/cache/build.yml?logo=githubactions&label=Build%20Rootfs%20Cache&style=for-the-badge&branch=main"></a>
|
||||
<br>
|
||||
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user