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

This commit is contained in:
YannK 2024-07-10 18:14:32 +02:00
parent ca756f2885
commit 1217770153

View file

@ -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