Skip to content

Commit

Permalink
Fix #154: Edit github workflow (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnpsk authored Nov 7, 2023
1 parent 38a9bbb commit ecd9f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "REVISION=$REVISION" >> $GITHUB_ENV
- name: Prepare wars and libs
run: |
mvn clean package
mvn -U -DuseInternalRepo=true --no-transfer-progress clean package
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit ecd9f7e

Please sign in to comment.