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

Commit e7c74b9

Browse files
committed
pulling repo
1 parent f91a4f8 commit e7c74b9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/publish_container_ci.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,13 @@ jobs:
1818
registry: ghcr.io
1919
username: ${{ github.actor }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
21+
- name: Checkout PR Branch
22+
uses: actions/checkout@v3
23+
with:
24+
submodules: false
25+
- name: List ci
26+
working-directory: ci
27+
run: ls -la
2128
- name: Publish Container
22-
run: ./ci/publish.sh
29+
working-directory: ci
30+
run: ./publish.sh

0 commit comments

Comments
 (0)