Adding exporting to Docker Hub
Some checks failed
/ Compilation of Docker image for Godot (push) Failing after 13s

This commit is contained in:
YannK 2024-07-10 18:15:22 +02:00
parent 1217770153
commit d6d0bb1c60

View file

@ -18,6 +18,4 @@ 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