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

Commit 91b1250

Browse files
committed
github actions docker push tags can be arranged beneath each other
1 parent 97964b4 commit 91b1250

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ktorbase.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
with:
5959
context: .
6060
push: ${{ github.event_name == 'release' }}
61-
tags: linkedplanet/ktorbase:latest,linkedplanet/ktorbase:${{ env.VERSION }}
61+
tags: |
62+
linkedplanet/ktorbase:latest
63+
linkedplanet/ktorbase:${{ env.VERSION }}
6264
6365
- name: Start KtorBase
6466
run: docker run -d -p 9090:9090 -e APPLICATION_SECRET=0000000000000000000000000000000 linkedplanet/ktorbase:latest

0 commit comments

Comments
 (0)