Update docker-image.yml

This commit is contained in:
Kasper Plougmann 2025-07-08 12:36:11 +02:00 committed by GitHub
parent d30f7bb4d3
commit ba100dd96b
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 }}/linux-iso-seeder:latest
docker build . --file Dockerfile --tag ghcr.io/${{ github.repository_owner }}.lowercase()/linux-iso-seeder:latest
- name: Push the Docker image
run: |
docker push ghcr.io/${{ github.repository_owner }}/linux-iso-seeder:latest
docker push ghcr.io/${{ github.repository_owner }}.lowercase()/linux-iso-seeder:latest