chore: fix tag version format
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Create version tag
|
||||
id: version
|
||||
run: echo "version=$(date +%Y%m%d%H%M%S)" >> $GITHUB_OUTPUT
|
||||
run: echo "version=$(date +%Y.%m.%d.%H%M%S)" >> $GITHUB_OUTPUT
|
||||
- name: Build and push server image
|
||||
working-directory: src/Blog
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user