fixThatEcho (#1002)

This commit is contained in:
Lukas Gravley 2020-11-16 10:25:04 -06:00 committed by GitHub
parent 3743dcf475
commit 20c5d593b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ jobs:
# Get the current date # # Get the current date #
######################## ########################
- name: Get current date - name: Get current date
run: echo "::set-env name=BUILD_DATE::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${GITHUB_ENV}
################################### ###################################
# Build image locally for testing # # Build image locally for testing #