Update Docker image push URL
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -23,6 +23,6 @@ jobs:
|
|||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build . -t defuj/eis:$(date +%s)
|
docker build . -t defuj/eis:$(date +%s)
|
||||||
docker push defuj/eis:$(date +%s)
|
docker push docker.io/defuj/eis:$(date +%s)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user