Skip to content

Commit

Permalink
Update GH Workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <[email protected]>
  • Loading branch information
ThomasVitale committed Sep 26, 2023
1 parent e10bc36 commit 7ea1683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
cd 06-knative/basic/book-service
chmod +x gradlew
./gradlew bootBuildImage --builder paketobuildpacks/builder:tiny \
./gradlew bootBuildImage \
--imageName ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
- name: Log into container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 7ea1683

Please sign in to comment.