Skip to content

Commit

Permalink
Update tag value
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentLesle committed Nov 30, 2020
1 parent ed797d8 commit a7c3dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7c3dff

Please sign in to comment.