Skip to content

Sync upstream images to ghcr.io #1

Sync upstream images to ghcr.io

Sync upstream images to ghcr.io #1

Workflow file for this run

name: Sync upstream images to ghcr.io
on:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Sync images
env:
USERNAME: ${{ github.actor }}
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
run: |
./hack/sync-images.sh