Skip to content

Commit

Permalink
Merge pull request #36 from usdot-jpo-ode/fix/ci_build
Browse files Browse the repository at this point in the history
Fix Ci.yml build workflow
  • Loading branch information
dan-du-car authored Feb 6, 2024
2 parents e282636 + 1087a7b commit a883516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
jpo-sdw-depositor:
runs-on: ubuntu-latest
container:
image: openjdk:21-jdk-slim-buster
image: eclipse-temurin:21-jdk-alpine
options: --user root
steps:
- name: Checkout ${{ github.event.repository.name }}
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
with:
sonar-properties-path: /tmp/sonar-scanner.properties
sonar-token: ${{ secrets.SONAR_TOKEN }}
working-dir: $GITHUB_WORKSPACE
working-dir: $GITHUB_WORKSPACE
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ jobs:
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- run: ls -la & pwd
- name: Build
uses: docker/build-push-action@v5

0 comments on commit a883516

Please sign in to comment.