Skip to content

Commit

Permalink
Build the libs before the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Sep 18, 2024
1 parent f7f1524 commit 5ff7e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
gcloud --quiet auth configure-docker
- name: '🐳 Build the Docker image'
run: |-
./gradlew assemble
cd server
docker build --tag "gcr.io/$PROJECT_ID/$SERVICE_NAME:$GITHUB_SHA" .
- name: '🐳 Push the Docker image to Google Container Registry'
Expand Down

0 comments on commit 5ff7e91

Please sign in to comment.