images/.forgejo/workflows/main.yaml
iofq 0596584fc5
Some checks failed
/ check (push) Failing after 4s
init
2025-09-27 15:20:54 -05:00

12 lines
449 B
YAML

on: [push]
jobs:
check:
runs-on: nix-upstream-latest
steps:
- run: nix --extra-experimental-features nix-command develop
- uses: actions/checkout@v4
- run: |-
for line in tags.txt; do
IFS=: read -r pkg tag <<< $line
skopeo copy --dst-creds="${{ secrets.FJ_USER }}:${{ secrets.FJ_PASS }}" docker-image://$(nix-build -A $pkg --no-out-link) docker://git.10110110.xyz/ci/$tag
done