Skip to content

Commit

Permalink
👷 Adding CI build system. docker image auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Nov 12, 2023
1 parent c38ffa2 commit e02f094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
registry="registry.cn-hangzhou.aliyuncs.com/pigx/"
for service in $(docker-compose config --services); do
docker tag ${service}:latest ${registry}${service}:latest
docker push ${registry}${service}:${date}
docker push ${registry}${service}:latest
done

0 comments on commit e02f094

Please sign in to comment.