diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 6bbac48..a91b6cb 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -22,7 +22,7 @@ jobs: run: echo "$GHOST_CONFIG" > ghostConfig.json - name: Get tag - run: git describe --tags >> $BUILD_TAG + run: echo "BUILD_TAG=$(git describe --tags)" >> $BUILD_TAG - name: Build and tag image run: docker build -t ghcr.io/cuhacking/main-website:${BUILD_TAG} -t ghcr.io/cuhacking/main-website:latest .