Skip to content

Commit

Permalink
🤖 add workflow change for images. (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: sealos-ci-robot <[email protected]>
  • Loading branch information
sealos-ci-robot authored Oct 19, 2023
1 parent 8146f98 commit d2bc0c2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/auto-sync-image-34.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: auto-sync-image-34.yaml
on:
push:
branches: [ main ]
paths:
- "skopeo/auto-sync-image-34.yaml"
- ".github/workflows/auto-sync-image-34.yaml"
schedule:
- cron: '0 16 * * *'
workflow_dispatch:

env:
USERNAME: ${{ vars.A_REGISTRY_USERNAME }}
PASSWORD: ${{ secrets.A_REGISTRY_TOKEN }}

jobs:
image-sync:
runs-on: ubuntu-22.04

steps:
- name: Checkout
uses: actions/checkout@v2

- name: check podman
run: |
sudo podman version
- name: sync images
run: |
sudo podman run -it --rm -v ${PWD}:/workspace -w /workspace quay.io/skopeo/stable:latest \
sync --src yaml --dest docker skopeo/auto-sync-image-34.yaml ${{ vars.A_REGISTRY_NAME }}/${{ vars.A_REGISTRY_REPOSITORY }} \
--dest-username $USERNAME --dest-password "$PASSWORD" \
--keep-going --retry-times 2 --all
6 changes: 6 additions & 0 deletions skopeo/auto-sync-image-34.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
docker.io:
images:
labring/descheduler: []
labring/gatekeeper: []
labring/openkruise: []
tls-verify: false

0 comments on commit d2bc0c2

Please sign in to comment.