diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3af9833..97c4312 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,4 +15,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the Docker image - run: docker build . --file Dockerfile --tag FMCt-web:$(date +%s) + run: docker build . --file Dockerfile --tag FMCtweb:$(date +%s)