Skip to content

Commit

Permalink
update github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
assadriaz committed Dec 18, 2024
1 parent 92b153a commit fcf738d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: set-output
run: |
echo "GHA_DOCKER_PUSH_IMAGE_TAG=`date +%Y-%m-%dT%H-%M`" >> $GITHUB_ENV
echo "::set-output name=GHA_DOCKER_PUSH_IMAGE_TAG::${{ env.GHA_DOCKER_PUSH_IMAGE_TAG }"
echo "::set-output name=GHA_DOCKER_PUSH_IMAGE_TAG::${{ env.GHA_DOCKER_PUSH_IMAGE_TAG }}"
- name: Build container image with Jib, push to container repo
run: |
mvn --batch-mode compile com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=latest,${{ env.GHA_DOCKER_PUSH_IMAGE_TAG }}
Expand Down

0 comments on commit fcf738d

Please sign in to comment.