Skip to content

Commit 39adf2c

Browse files
committed
Fix key name, fix file path
1 parent fcdb8b2 commit 39adf2c

File tree

1 file changed

+2
-2
lines changed
  • template/{% if git_platform=="github.com" %}.github{% endif %}/workflows

1 file changed

+2
-2
lines changed

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
contents: read
4343
packages: write
4444

45-
push container:
45+
push_container:
4646
needs: [container, test]
47-
uses: ./github/workflows/_push_container.yml
47+
uses: ./.github/workflows/_push_container.yml
4848
permissions:
4949
contents: read
5050
packages: write

0 commit comments

Comments
 (0)