├── Dockerfile ├── LICENSE ├── README.md ├── action.yml └── docker-entrypoint.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FarisZR/docker-compose-gitops-action/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FarisZR/docker-compose-gitops-action/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FarisZR/docker-compose-gitops-action/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FarisZR/docker-compose-gitops-action/HEAD/action.yml -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FarisZR/docker-compose-gitops-action/HEAD/docker-entrypoint.sh --------------------------------------------------------------------------------