Skip to content

Commit

Permalink
Update default.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yakeJiang authored Oct 10, 2023
1 parent b01ac0b commit 0ff00e9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn clean package
- name: dir
run: pwd
- name: ls
run: ls -alh
- name: ls target
run: ls target
- name: Run Docker Build Script
env:
DOCKER_USERNAME: ${{ vars.DOCKERHUB_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKER_REPO: ${{ vars.DOCKERHUB_REPO }}
run: |
chmod +x docker-build.sh
./docker-build.sh

0 comments on commit 0ff00e9

Please sign in to comment.