Skip to content

Commit

Permalink
github-actions: for test
Browse files Browse the repository at this point in the history
  • Loading branch information
sszuev committed Apr 11, 2024
1 parent 42a66c0 commit 36a32ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ run-name: ${{ github.actor }} - build, deploy image and push it to hub.docker.co
on:
push:
branches:
- main
- tmp1
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -26,7 +26,7 @@ jobs:
uses: gradle/wrapper-validation-action@v1

- name: Execute Gradle build
run: ./gradlew clean build dockerBuildImage -Dstandalone=true >/dev/null 2>&1
run: ./gradlew clean build dockerBuildImage -Dstandalone=true

- name: Extract project env details
run: cat ./app-ktor/project-tag.env >> $GITHUB_ENV
Expand Down

0 comments on commit 36a32ed

Please sign in to comment.