Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit b9d31e0

Browse files
committed
only push releases to dockerhub
1 parent e7eb45c commit b9d31e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ktorbase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
context: .
5959
push: ${{ github.event_name == 'release' }}
60-
tags: linkedplanet/ktorbase:latest,linkedplanet/ktorbase:${{ VERSION }}
60+
tags: linkedplanet/ktorbase:latest,linkedplanet/ktorbase:${{ env.VERSION }}
6161

6262
- name: Start KtorBase
6363
run: docker run -d -p 9090:9090 -e APPLICATION_SECRET=0000000000000000000000000000000 linkedplanet/ktorbase:latest

0 commit comments

Comments
 (0)