MET-5962 clean up refactored functionality and code review comments #776
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: push | |
jobs: | |
ci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install media software | |
uses: europeana/metis-actions/actions/media-software-install-steps@main | |
- name: Build code and Sonar Analyze | |
uses: europeana/metis-actions/actions/build-analyze@main | |
with: | |
sonar_organization: europeana | |
sonar_project_key: europeana_metis-sandbox | |
sonar_token: ${{ secrets.METIS_SONAR_TOKEN }} | |
- name: Upload all jars to target-jars | |
uses: europeana/metis-actions/actions/upload-target-jars@main | |
docker-build_metis-sandbox: | |
needs: ci | |
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@main | |
with: | |
docker-organization: europeana | |
docker-image-name: metis-sandbox | |
project-path: ./ | |
secrets: | |
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }} | |
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }} |