Automatically creates docker container when pushing to main

This commit is contained in:
Benjamin Harder
2023-10-02 09:18:00 +02:00
parent 8bebd7d0b8
commit 683b2756f0
3 changed files with 3 additions and 2 deletions

View File

@@ -52,4 +52,4 @@ jobs:
IMAGE_TAG: latest
run: |
docker build -f docker/Dockerfile -t $IMAGE_NAME:$IMAGE_TAG .
docker push $IMAGE_NAME:$IMAGE_TAG
docker push $IMAGE_NAME:$IMAGE_TAG