Skip to content

Commit 0bfa650

Browse files
committed
fix container publishing
1 parent 9c632b2 commit 0bfa650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
if: always()
2020
uses: ./.github/workflows/_container.yml
2121
with:
22-
publish: ${{ needs.test.result == 'success' }}
22+
# publish is always true as there is no tests for dev-c7 at present
23+
publish: true
2324
permissions:
2425
contents: read
2526
packages: write

0 commit comments

Comments
 (0)