Skip to content

Commit

Permalink
fix build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
domino14 committed Aug 25, 2024
1 parent 550d741 commit 4a39972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
docker build --build-arg BUILD_HASH=${GITHUB_SHA}
--build-arg BUILD_DATE=$(date -Iseconds -u)
-t ghcr.io/woogles-io/liwords-socket:${GITHUB_REF_NAME}-gh${GITHUB_RUN_NUMBER}
.
- name: Push Docker Image to registry
run: docker push ghcr.io/woogles-io/liwords-socket:${GITHUB_REF_NAME}-gh${GITHUB_RUN_NUMBER}
Expand Down

0 comments on commit 4a39972

Please sign in to comment.