Fixes the format of the run on the date/time workflow.

This commit is contained in:
Michael Helfrich 2022-02-12 17:18:12 -05:00
parent fe17812883
commit e30876c6ee

View File

@ -19,7 +19,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Get current date/time in the usual format - name: Get current date/time in the usual format
id: date id: date
run: echo "::set-output name=date::$(date + '%Y.%m.%d.%H%M%S')" run: echo "::set-output name=date::$(date +'%Y.%m.%d.%H%M%S')"
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with: