Skip to content

Commit

Permalink
add needs and fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiibabanov committed Jun 17, 2024
1 parent 6c33345 commit 8b3ead6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-gateway_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: backend-gateway/gradlew build

docker:
needs: test_build
name: build docker image backend-gateway
runs-on: self-hosted
steps:
Expand All @@ -32,7 +33,7 @@ jobs:
run: |
chmod +x backend-gateway/gradlew
- name: Execute Gradle bootBuildImage
run: ./gradlew bootBuildImage --imageName=serhiibabanov/pottery_store:backend-gateway
run: backend-gateway/gradlew bootBuildImage --imageName=serhiibabanov/pottery_store:backend-gateway
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 8b3ead6

Please sign in to comment.