From a7c3dff3168f9be93e21393141869e51aea1784e Mon Sep 17 00:00:00 2001 From: lolorol Date: Mon, 30 Nov 2020 12:56:30 +0000 Subject: [PATCH] Update tag value --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4ccf4f74..4741742c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -23,7 +23,7 @@ jobs: login-server: https://index.docker.io/v1/ - name: Set the rover version run: | - echo "docker_tag=$(date +"%g%m.%d%H%M")" >> $GITHUB_ENV + echo "docker_tag=$(date +"%g%m.%d%H")" >> $GITHUB_ENV - name: Build the rover run: | set -e