diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tomi.science.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tomi.science.yml b/.github/workflows/tomi.science.yml index 5740cc4..ee5aa41 100644 --- a/.github/workflows/tomi.science.yml +++ b/.github/workflows/tomi.science.yml @@ -67,7 +67,7 @@ jobs: # Build the Docker image - name: Build image - run: docker build -t ${IMAGE_AND_TAG} tomi-science-backend + run: docker build -t ${IMAGE_AND_TAG} backend # Push the Docker image to Google Container Registry - name: Push image to registry |
