Skip to content

Commit 2fc2adb

Browse files
committed
fix GH Action
1 parent 3ac20ae commit 2fc2adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
username: ${{secrets.DOCKER_USERNAME}}
2525
password: ${{secrets.DOCKER_PASSWORD}}
2626
- name: Push container
27-
run: ./cicd/push_docker.sh
27+
run: ./ci/push_docker.sh

0 commit comments

Comments
 (0)