Skip to content

Commit

Permalink
[test]: cd pipeline test8
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBean99 committed Feb 5, 2024
1 parent b004019 commit 594f5f0
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
run: |
echo "image-name=$IMAGE_NAME" >> $GITHUB_OUTPUT
echo "image-tag=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "image-tag=latest" >> $GITHUB_OUTPUT
# $(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "spring-profile-active=$SPRING_PROFILES_ACTIVE" >> $GITHUB_OUTPUT
echo "environment=$ENVIRONMENT" >> $GITHUB_OUTPUT
echo "service-name=$SERVICE_NAME" >> $GITHUB_OUTPUT
Expand All @@ -48,7 +49,7 @@ jobs:
echo "::set-env name=MYSQL_USERNAME::${{ secrets.MYSQL_USERNAME }}"
echo "::set-env name=MYSQL_PASSWORD::${{ secrets.MYSQL_PASSWORD }}"
echo "::set-env name=JWT_SECRET::${{ secrets.JWT_SECRET }}"
echo "::set-env name=SONAR_TOKEN::${{ secrets.SONAR_TOKEN }}"
call-ci-check-workflow:
if: github.event_name == 'push'
name: CI_CHECK(spotless, sonar) 정적분석
Expand All @@ -70,7 +71,8 @@ jobs:
id-token: write
contents: read
with:
image-tag: ${{ needs.prepare-environments.outputs.image-tag }}
image-tag: 'latest'
# ${{ needs.prepare-environments.outputs.image-tag }}
spring-profile-active: ${{ needs.prepare-environments.outputs.spring-profile-active }}
image-name: ${{ needs.prepare-environments.outputs.image-name }}
secrets:
Expand Down
Binary file modified server/.gradle/7.6.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified server/.gradle/7.6.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified server/.gradle/7.6.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified server/.gradle/7.6.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified server/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified server/.gradle/file-system.probe
Binary file not shown.

0 comments on commit 594f5f0

Please sign in to comment.