Skip to content

Commit

Permalink
Merge pull request #14 from ExplorViz/use-deployment-actions
Browse files Browse the repository at this point in the history
Use actions from deployment repository
  • Loading branch information
Malte-Hansen authored Jan 8, 2025
2 parents 091bd2c + 5ca0f8f commit d0c9955
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 80 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.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- 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 @@ -81,7 +81,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- 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 d0c9955

Please sign in to comment.