Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandrak-Kimigo authored Jun 4, 2024
1 parent ba157e3 commit a558b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

steps:
- name: Get mysql.Dockerfile from camap-docker
run: curl https://raw.githubusercontent.com/CAMAP-APP/camap-docker/main/mysql.Dockerfile | sed 's!camap-ts/!./!g' > Dockerfile
run: curl https://raw.githubusercontent.com/CAMAP-APP/camap-docker/main/mysql.Dockerfile | sed 's!camap-ts/mysql/!!g' > Dockerfile

- name: Get my.cnf from CAMAP-APP/camap-ts
run: curl https://raw.githubusercontent.com/CAMAP-APP/camap-ts/main/mysql/my.cnf > my.cnf
Expand Down

0 comments on commit a558b3c

Please sign in to comment.