Skip to content

Commit

Permalink
fix docker-compose compability
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Aug 14, 2024
1 parent 194225e commit 906a94c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/maven-cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,11 @@ jobs:
run: |
echo "date=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
touch docker-compose
echo 'docker compose --compatibility "$@"' | tee docker-compose
chmod +x docker-compose
touch /usr/bin/docker-compose
echo 'docker compose --compatibility "$@"' | tee /usr/bin/docker-compose
chmod +x /usr/bin/docker-compose
docker-compose version
shell: bash
- name: Restore Maven Repository
Expand Down

0 comments on commit 906a94c

Please sign in to comment.