fix: docker build pipeline
Some checks failed
/ publish-docker (push) Failing after 10s

This commit is contained in:
Laborratte 5 2025-11-14 23:35:16 +01:00
parent d728db3fbc
commit 245aea6367
Signed by: Laborratte5
GPG key ID: 3A30072E35202C02

View file

@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-act
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- 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}