fix: install docker in forgejo action

This commit is contained in:
Laborratte 5 2025-11-14 21:03:21 +01:00
parent d67f25c6da
commit 7b5c74b861
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02

View file

@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- run: apt install docker
- run: docker build -t git.ratte.dev/Laborratte5/linux-iso-seeder:{tag} - run: docker build -t git.ratte.dev/Laborratte5/linux-iso-seeder:{tag}
- run: docker push git.ratte.dev/Laborratte5/linux-iso-seeder:{tag} - run: docker push git.ratte.dev/Laborratte5/linux-iso-seeder:{tag}