Adding exporting to Docker Hub
Some checks failed
/ Compilation of Docker image for Godot (push) Failing after 13s
Some checks failed
/ Compilation of Docker image for Godot (push) Failing after 13s
This commit is contained in:
parent
1217770153
commit
d6d0bb1c60
1 changed files with 0 additions and 2 deletions
|
@ -18,6 +18,4 @@ jobs:
|
||||||
cd godot4
|
cd godot4
|
||||||
docker build -t khaganat/godot-export:4 .
|
docker build -t khaganat/godot-export:4 .
|
||||||
docker tag khaganat/godot-export:4 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
|
docker push khaganat/godot-export:4
|
Loading…
Reference in a new issue