Adding exporting to Docker Hub
Some checks failed
/ Compilation of Docker image for Godot (push) Failing after 12s
Some checks failed
/ Compilation of Docker image for Godot (push) Failing after 12s
This commit is contained in:
parent
ca756f2885
commit
1217770153
1 changed files with 3 additions and 3 deletions
|
@ -18,6 +18,6 @@ jobs:
|
|||
cd godot4
|
||||
docker build -t khaganat/godot-export:4 .
|
||||
docker tag khaganat/godot-export:4 khaganat/godot-export:4
|
||||
# - name: Push the Docker image to Docker Hub
|
||||
# run: |
|
||||
# docker push khaganat/godot-export:4
|
||||
- name: Push the Docker image to Docker Hub
|
||||
run: |
|
||||
docker push khaganat/godot-export:4
|
Loading…
Reference in a new issue