Skip to content

Commit

Permalink
Try another way to set env variable in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
folinimarc committed Nov 15, 2023
1 parent 84d5763 commit 0f9ee85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Get the current date and time
id: set_current_date
run: echo "::set-env name=CURRENT_DATE::$(date +'%Y-%m-%dT%H:%M:%S')"
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d-%H-%M-%S')" >> $GITHUB_ENV

# TODO: Enable multi platform build, once python package numcodecs can be built on arm64 using docker buildx (tried without success for version 12.1)
- name: Build and push Docker image
Expand Down

0 comments on commit 0f9ee85

Please sign in to comment.