Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magicxor committed May 22, 2022
1 parent f752318 commit e5baf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- id: build_args
run: |
echo '::set-output name=BUILD_DATE::$(date +'%Y-%m-%dT%H:%M:%S')'
echo '::set-output name=VERSION::$(head -1 VERSION)'
echo '::set-output name=VERSION::0.0.1'
- name: Set up Docker Buildx
uses: crazy-max/ghaction-docker-buildx@v1
with:
Expand Down

0 comments on commit e5baf9b

Please sign in to comment.