Skip to content

Commit

Permalink
Fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Dec 31, 2022
1 parent 6374ccc commit 6e559f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
target: jodconverter-build-rest
build-args: |
BASE_VERSION=${{ env.BASE_VERSION }}
push: push
push: true
tags: |
${{ env.IMAGE_FQDN }}:rest
${{ env.IMAGE_FQDN }}:rest-${{ github.ref_name }}
Expand All @@ -67,7 +67,7 @@ jobs:
target: jodconverter-build-gui
build-args: |
BASE_VERSION=${{ env.BASE_VERSION }}
push: push
push: true
tags: |
${{ env.IMAGE_FQDN }}:gui
${{ env.IMAGE_FQDN }}:gui-${{ github.ref_name }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CMD ["--spring.config.additional-location=optional:/etc/app/"]
FROM bellsoft/liberica-openjdk-debian:17 as builder
RUN apt-get update \
&& apt-get -y install git \
&& git clone https://github.com/sbraconnier/jodconverter /tmp/jodconverter \
&& git clone https://github.com/jodconverter/jodconverter /tmp/jodconverter \
&& mkdir /dist

# ---------------------------------- gui builder
Expand Down

0 comments on commit 6e559f1

Please sign in to comment.