mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 16:07:15 +08:00
[bitnami/*] Remove sync workflow (#22)
* [bitnami/*] Remove sync workflow Signed-off-by: Joseda Rios <jdrios@vmware.com> * Remove scripts folder Signed-off-by: Joseda Rios <jdrios@vmware.com>
This commit is contained in:
28
.github/workflows/sync.yaml
vendored
28
.github/workflows/sync.yaml
vendored
@@ -1,28 +0,0 @@
|
||||
name: Sync containers repositories
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Every day at 1 AM
|
||||
- cron: '0 1 * * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
shift:
|
||||
description: 'Commits to shift if you edited the containers folder'
|
||||
default: '0'
|
||||
container:
|
||||
description: 'Sync only the container specified'
|
||||
default: ''
|
||||
jobs:
|
||||
build:
|
||||
name: Trigger Containers Synchronization
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: pip install git-filter-repo==2.34.0
|
||||
- name: Checkout bitnami/containers
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.BITNAMI_BOT_SECRET }}
|
||||
fetch-depth: 0
|
||||
- name: Sync Containers
|
||||
run: ./scripts/sync.sh ${{ github.event.inputs.shift }} ${{ github.event.inputs.container }}
|
||||
Reference in New Issue
Block a user