diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 14:43:29 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-07-02 14:43:29 +0300 |
| commit | f9121d45d5caf6c876057256a757e4d76d6c44ca (patch) | |
| tree | 1c3540046f414d7d50f5a9fcc15e1f39703cae37 /.github/workflows | |
| parent | c83580c32ae2a1fa54e5a3a6cd246b5a4370c1a4 (diff) | |
Fix workflow2021.07_02
Diffstat (limited to '.github/workflows')
| -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 |
