diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1154feb..41cb8da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,6 @@ jobs: id: version run: echo "version=$(date +%Y.%m.%d.%H%M%S)" >> $GITHUB_OUTPUT - name: Build and push server image - working-directory: src/Blog run: | TAG=${{ secrets.DOCKERHUB_USERNAME }}/links.stevanfreeborn.com:${{ steps.version.outputs.version }} docker build -t $TAG .