Skip to content

Commit

Permalink
docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Sep 18, 2024
1 parent 3e2aa0f commit b090eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
)
run: |
TAG=${{github.ref_name}} docker buildx bake --set "*.platform=linux/amd64" --load
TAG=${{github.ref_name}} docker-compose push
TAG=${{github.ref_name}} docker compose push
TAG=latest docker buildx bake --set "*.platform=linux/amd64" --load
TAG=latest docker-compose push
TAG=latest docker compose push
#uses: docker/build-push-action@v2
#with:
Expand Down

0 comments on commit b090eee

Please sign in to comment.