Skip to content

Commit

Permalink
Merge pull request #17 from woogles-io/housekeeping
Browse files Browse the repository at this point in the history
fix build cmd
  • Loading branch information
domino14 authored Aug 25, 2024
2 parents 5cb4cbc + 4a39972 commit 331f5d8
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 331f5d8

Please sign in to comment.