Skip to content

Commit

Permalink
MET-5649 Update metis-actions branch from jdk21 to main
Browse files Browse the repository at this point in the history
  • Loading branch information
stzanakis committed Jul 30, 2024
1 parent c06a96e commit 5af5d64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:

ci:
uses: europeana/metis-actions/.github/workflows/ci.yml@jdk21
uses: europeana/metis-actions/.github/workflows/ci.yml@main
with:
sonar_organization: europeana
sonar_project_key: europeana_metis-framework
Expand All @@ -14,14 +14,14 @@ jobs:

deploy-artifacts:
needs: ci
uses: europeana/metis-actions/.github/workflows/deploy-artifacts.yml@jdk21
uses: europeana/metis-actions/.github/workflows/deploy-artifacts.yml@main
secrets:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}

docker-build_metis-authentication:
needs: ci
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@jdk21
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@main
with:
docker-organization: europeana
docker-image-name: metis-authentication
Expand All @@ -31,7 +31,7 @@ jobs:
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
docker-build_metis-core:
needs: ci
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@jdk21
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@main
with:
docker-organization: europeana
docker-image-name: metis-core
Expand All @@ -41,7 +41,7 @@ jobs:
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
docker-build_metis-dereference:
needs: ci
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@jdk21
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@main
with:
docker-organization: europeana
docker-image-name: metis-dereference
Expand All @@ -51,7 +51,7 @@ jobs:
DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
docker-build_metis-repository:
needs: ci
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@jdk21
uses: europeana/metis-actions/.github/workflows/docker-build-push.yml@main
with:
docker-organization: europeana
docker-image-name: metis-repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
ci-release:
uses: europeana/metis-actions/.github/workflows/release.yml@jdk21
uses: europeana/metis-actions/.github/workflows/release.yml@main
with:
release-version: ${{ github.event.inputs.release-version }}
commit-hash-branch: ${{ github.event.inputs.commit-hash-branch }}
Expand Down

0 comments on commit 5af5d64

Please sign in to comment.