Skip to content

Commit

Permalink
yarn build the image before docker-compose build
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Feb 6, 2024
1 parent eaf3c16 commit 6cb99d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
run: |
export VERSION=`git rev-parse --short=7 HEAD`
echo "Publishing a Docker image with a tag $VERSION"
yarn build:image
docker-compose build && docker-compose push && unset VERSION

0 comments on commit 6cb99d7

Please sign in to comment.