diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index eed95e3..7b76e42 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the Docker image - run: docker build . --file Dockerfile --tag cyalume-saber:$(date +%s) + run: docker build . --file Dockerfile --tag cyalume-saber:$(date +%s) - name: Build and push docker uses: docker/build-push-action@v1 with: