Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Jan 12, 2024
1 parent ce1974f commit 02574e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
--build-arg USERS_URI=${{ env.USERS_URI }} \
--build-arg NOTES_URI=${{ env.NOTES_URI }} \
--build-arg UTILS_URI=${{ env.UTILS_URI }} \
--build-arg UPSEND_KEY=${{ env.UPSEND_KEY }}
--build-arg UPSEND_KEY=${{ env.UPSEND_KEY }} \
--build-arg JWT_SECRET=${{ env.JWT_SECRET }}
docker push "${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.REPOSITORY }}/${{ env.SERVICE }}:${{ github.sha }}"
Expand Down

0 comments on commit 02574e5

Please sign in to comment.