File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : docker pr
1+ name : build
22
33on : push
44
3030 target : production
3131 push : false
3232 tags : |
33- ${{ env.IMAGE_FQDN }}:production
33+ ${{ env.IMAGE_FQDN }}:production-snapshot-latest
3434 build-args : |
3535 VERSION=0.0.1-snapshot
3636 RUNTIME_VERSION=${{ env.RUNTIME_VERSION }}
4242 target : development
4343 push : false
4444 tags : |
45- ${{ env.IMAGE_FQDN }}:development
45+ ${{ env.IMAGE_FQDN }}:development-snapshot-latest
4646 build-args : |
4747 VERSION=0.0.1-snapshot
4848 RUNTIME_VERSION=${{ env.RUNTIME_VERSION }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3"
33services :
44 app :
55 container_name : converter-dev
6- image : ghcr.io/eugenmayer/kontextwork-converter:development
6+ image : ghcr.io/eugenmayer/kontextwork-converter:2.0.0
77 working_dir : /src
88 entrypoint : ./gradlew
99 command : -Pdev bootRun
You can’t perform that action at this time.
0 commit comments