Skip to content

Commit

Permalink
Use actions of deployment repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte-Hansen committed Jan 8, 2025
1 parent b55655e commit 1aeb3f0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 160 deletions.
39 changes: 0 additions & 39 deletions .github/actions/build-and-deploy-quarkus-jvm/action.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/actions/build-and-deploy-quarkus-native/action.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/actions/publish-multi-arch-manifest/action.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/actions/retag-dockerhub-image/action.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/actions/setup-quarkus/action.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Build and Push Image
uses: ./.github/actions/build-and-deploy-quarkus-native
uses: explorviz/deployment/.github/actions/build-and-deploy-quarkus-native@main
with:
platforms: "linux/amd64,linux/arm64/v8"
docker-username: ${{ secrets.DOCKER_USERNAME }}
Expand All @@ -165,7 +165,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Build and Push Image
uses: ./.github/actions/build-and-deploy-quarkus-jvm
uses: explorviz/deployment/.github/actions/build-and-deploy-quarkus-jvm@main
with:
platforms: "linux/amd64,linux/arm64/v8"
docker-username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 1aeb3f0

Please sign in to comment.