Skip to content

Commit

Permalink
Merge pull request #4 from wistefan/review
Browse files Browse the repository at this point in the history
remove dupe
  • Loading branch information
wistefan authored May 6, 2024
2 parents e87e185 + 094817c commit ce54eac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
- name: Log into quay.io
run: docker login -u "${{ secrets.QUAY_USERNAME }}" -p "${{ secrets.QUAY_PASSWORD }}" ${{ env.REGISTRY }}

- name: Build&Push image
run: |
mvn versions:set -DnewVersion=${{ needs.generate-version.outputs.version }}
mvn clean package verify deploy -DskipTests -Pk8s-it -Dquarkus.package.type=native -Dquarkus.container-image.build=true -Dquarkus.container-image.tag=${{ needs.generate-version.outputs.version }} -Dquarkus.container-image.registry="${{ env.REGISTRY }}" -Dquarkus.container-image.group="${{ env.REPOSITORY }}"
- name: Build image
run: |
mvn versions:set -DnewVersion=${{ needs.generate-version.outputs.version }}
Expand All @@ -67,6 +62,7 @@ jobs:
- name: Push
run: |
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}/odrl-pap:${{ needs.generate-version.outputs.version }}
git-release:
needs: ["generate-version", "build-and-push"]
runs-on: ubuntu-latest
Expand Down

0 comments on commit ce54eac

Please sign in to comment.