Skip to content

Commit

Permalink
fix GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBogdan committed Jul 23, 2024
1 parent 3ac20ae commit 2fc2adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
username: ${{secrets.DOCKER_USERNAME}}
password: ${{secrets.DOCKER_PASSWORD}}
- name: Push container
run: ./cicd/push_docker.sh
run: ./ci/push_docker.sh

0 comments on commit 2fc2adb

Please sign in to comment.