Skip to content

Commit

Permalink
Fix BUILDDATE tag on neurodesktop-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinnarayanan committed Mar 21, 2024
1 parent d7faa6d commit 72c9c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-neurodesktop-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Set environment variables
run: |
IMAGENAME="neurodesktop-dev"
BUILDDATE=`date +%Y-%m-%d`
BUILDDATE=`date +%Y-%m-%d-%H%M`
IMAGEID=ghcr.io/$GITHUB_REPOSITORY/$IMAGENAME
IMAGEID=$(echo $IMAGEID | tr '[A-Z]' '[a-z]')
Expand Down

0 comments on commit 72c9c6e

Please sign in to comment.