Skip to content

Commit 3b80157

Browse files
authored
fix: finally found root cause and fixing it (#17)
1 parent 3b2a974 commit 3b80157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
registry: ghcr.io
8787
repository: ${{ github.repository }}/${{ matrix.package }}
88-
target: ${{inputs.containers_tag}} # this is the tag of the containers to deploy, defaults to test
88+
target: ${{ inputs.containers_tag || 'test' }} # this is the tag of the containers to deploy, defaults to test
8989
tags: |
9090
${{ needs.vars.outputs.tags }}
9191
resume-resources:

0 commit comments

Comments
 (0)