commit
0596584fc5
7 changed files with 95 additions and 0 deletions
12
.forgejo/workflows/main.yaml
Normal file
12
.forgejo/workflows/main.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue