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

Commit c16ed75

Browse files
committed
github actions: fix docker push and load cannot be used at the same time
1 parent 61a3b65 commit c16ed75

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
uses: docker/build-push-action@v3
5858
with:
5959
context: .
60-
load: true
60+
load: ${{ github.event_name != 'release' }}
6161
push: ${{ github.event_name == 'release' }}
6262
tags: |
6363
linkedplanet/ktorbase:latest

0 commit comments

Comments
 (0)