Skip to content

Commit

Permalink
Fix environment variable set
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Oct 13, 2020
1 parent 8ca7314 commit 8b88e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 8b88e47

Please sign in to comment.