Skip to content

Commit fdbfacc

Browse files
committed
push snapshot
1 parent 42c5ddf commit fdbfacc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: docker pr
1+
name: build
22

33
on: push
44

@@ -30,7 +30,7 @@ jobs:
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 }}
@@ -42,7 +42,7 @@ jobs:
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 }}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3"
33
services:
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

0 commit comments

Comments
 (0)