File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060
6161 - name : Build image
6262 run : |
63- TZ='America/Vancouver' docker build . --file Dockerfile \
63+ export TZ='America/Vancouver' &&
64+ docker build . --file Dockerfile \
6465 --build-arg MET_BUILD_COMMIT_HASH=${{ github.sha }} \
6566 --build-arg MET_BUILD_DATE="$(date +'%b %d, %Y @ %H:%M')" \
6667 --build-arg MET_BUILD_BRANCH=${{ github.ref_name }} \
Original file line number Diff line number Diff line change 7070 env :
7171 DOCKER_BUILDKIT : 1
7272 run : |
73- TZ='America/Vancouver' docker build . --file Dockerfile \
73+ export TZ='America/Vancouver' &&
74+ docker build . --file Dockerfile \
7475 --secret id=artifactory_username,src=/tmp/artifactory_username \
7576 --secret id=artifactory_password,src=/tmp/artifactory_password \
7677 --build-arg REACT_APP_BUILD_COMMIT_HASH=${{ github.sha }} \
You can’t perform that action at this time.
0 commit comments