Skip to content

Commit

Permalink
Changed to self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaidioz committed Feb 18, 2025
1 parent f85def6 commit 664efd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
publish-jars:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand All @@ -25,7 +25,7 @@ jobs:
- name: build and deploy
run: mvn -B clean deploy --settings settings.xml
publish-docker-image:
runs-on: ubuntu-latest
runs-on: self-hosted
outputs:
should_trigger_deploy: ${{ steps.should_trigger_deploy.outputs.should_trigger_deploy }}
steps:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
trigger-deploy:
needs: publish-docker-image
if: needs.publish-docker-image.outputs.should_trigger_deploy == 'true'
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: tag without 'v' prefix
id: extract_tag
Expand Down

0 comments on commit 664efd2

Please sign in to comment.