Skip to content

Commit

Permalink
fix: github actions and Jenkinsfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
ssthom committed Nov 13, 2024
1 parent 3aa3477 commit 20a3650
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup .git folder
run: |
git config --global --add safe.directory "$(pwd)"
git fetch --tags origin
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -55,8 +55,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup .git folder
run: |
git config --global --add safe.directory "$(pwd)"
git fetch --tags origin
- name: Set up Docker Buildx
uses: docker/[email protected]

Expand Down

0 comments on commit 20a3650

Please sign in to comment.