Skip to content

Commit

Permalink
updat CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
phamthanhnghia committed Nov 27, 2024
1 parent 9fcce09 commit 62716bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
- name: Set up Docker
uses: docker/setup-buildx-action@v2

- name: Install Docker Compose
run: |
DOCKER_COMPOSE_VERSION=2.20.2
sudo curl -L "https://github.com/docker/compose/releases/download/v${DOCKER_COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose version
- name: Validate Docker Compose file
run: docker-compose config

Expand Down

0 comments on commit 62716bf

Please sign in to comment.