mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
Update docker-image.yml
This commit is contained in:
parent
ba100dd96b
commit
e779bf735a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
|
@ -22,8 +22,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: |
|
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
|
- name: Push the Docker image
|
||||||
run: |
|
run: |
|
||||||
docker push ghcr.io/${{ github.repository_owner }}.lowercase()/linux-iso-seeder:latest
|
docker push ghcr.io/squazz/linux-iso-seeder:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue