From 3832d053b6b7dd1c43af9f7f33408c62886f0167 Mon Sep 17 00:00:00 2001 From: TheConcierge Date: Wed, 27 Jan 2021 21:41:02 -0800 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: