We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac20ae commit 2fc2adbCopy full SHA for 2fc2adb
.github/workflows/main.yaml
@@ -24,4 +24,4 @@ jobs:
24
username: ${{secrets.DOCKER_USERNAME}}
25
password: ${{secrets.DOCKER_PASSWORD}}
26
- name: Push container
27
- run: ./cicd/push_docker.sh
+ run: ./ci/push_docker.sh
0 commit comments