Skip to content

Commit

Permalink
CI: make jib build command more readable πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 13, 2023
1 parent 1de5aec commit c95d2c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ jobs:
- name: Build container image with Jib, push to container repo
run: |
image_date=`date +%Y-%m-%dT%H-%M`
mvn --batch-mode compile com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=latest,$image_date -Dmaven.test.skip -P prettierSkip
mvn --batch-mode compile \
com.google.cloud.tools:jib-maven-plugin:build \
-Djib.to.tags=latest,"$image_date" \
-Dmaven.test.skip \
-P prettierSkip

0 comments on commit c95d2c2

Please sign in to comment.