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 b1f7d23 commit 194225e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven-cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ jobs:
id: get-date
run: |
echo "date=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
touch docker-compose
echo 'docker compose --compatibility "$@"' | tee docker-compose
chmod +x docker-compose
shell: bash
- name: Restore Maven Repository
id: cache-maven
Expand Down

0 comments on commit 194225e

Please sign in to comment.