chore: fix workflow
This commit is contained in:
@@ -30,7 +30,6 @@ jobs:
|
|||||||
id: version
|
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
|
- name: Build and push server image
|
||||||
working-directory: src/Blog
|
|
||||||
run: |
|
run: |
|
||||||
TAG=${{ secrets.DOCKERHUB_USERNAME }}/links.stevanfreeborn.com:${{ steps.version.outputs.version }}
|
TAG=${{ secrets.DOCKERHUB_USERNAME }}/links.stevanfreeborn.com:${{ steps.version.outputs.version }}
|
||||||
docker build -t $TAG .
|
docker build -t $TAG .
|
||||||
|
|||||||
Reference in New Issue
Block a user