Skip to content

Commit

Permalink
buildx #1
Browse files Browse the repository at this point in the history
  • Loading branch information
reluxa committed Oct 10, 2021
1 parent dca5395 commit 0b5cef0
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,12 @@ jobs:
with:
lifecycle: 'clean package test'

- name: Release
uses: qcastel/github-actions-maven-release@master
env:
JAVA_HOME: /usr/lib/jvm/java-11-openjdk/
with:
git-release-bot-name: "bot-idhub"
git-release-bot-email: "bot@idhub.io"

docker-registry-id: registry.hub.docker.com
docker-registry-username: qcastel
docker-registry-password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

maven-args: "-Dmaven.javadoc.skip=true -DskipTests -DskipITs -Dmaven.deploy.skip=true"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1

gpg-enabled: true
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
gpg-key: ${{ secrets.GPG_KEY }}
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}

0 comments on commit 0b5cef0

Please sign in to comment.