chore: fix workflow

This commit is contained in:
Stevan Freeborn
2025-11-24 06:23:52 -06:00
parent 7e5b9fd14c
commit 57e81cfb81
-1
View File
@@ -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 .