Skip to content

Commit

Permalink
feat: Update file system
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 9, 2023
1 parent 4f1bb58 commit 1374d42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
- name: Execute Gradle unit test
run: ./gradlew test
- name: Build docker image
run: ./gradlew --no-daemon jibDockerBuild
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} index.docker.io/v1
./gradlew --no-daemon jibDockerBuild
# - name: push docker image
# run: ./gradlew --no-daemon jib -Pjib.to.image=docker.io/limarktest/sampleweb:${{ github.sha }} -Pjib.to.auth.username=$DOCKER_USERNAME -Pjib.to.auth.password=$DOCKER_PASSWORD -Pjib.to.auth.registry=index.docker.io/v1
# - name: Login to Docker registry
Expand Down

0 comments on commit 1374d42

Please sign in to comment.