Update docker-image.yml

This commit is contained in:
Kasper Plougmann 2025-07-08 12:36:54 +02:00 committed by GitHub
parent ba100dd96b
commit e779bf735a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,8 +22,8 @@ jobs:
- name: Build the Docker image
run: |
docker build . --file Dockerfile --tag ghcr.io/${{ github.repository_owner }}.lowercase()/linux-iso-seeder:latest
docker build . --file Dockerfile --tag ghcr.io/squazz/linux-iso-seeder:latest
- name: Push the Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}.lowercase()/linux-iso-seeder:latest
docker push ghcr.io/squazz/linux-iso-seeder:latest