Skip to content

Commit b090eee

Browse files
committed
docker compose instead of docker-compose
1 parent 3e2aa0f commit b090eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/development.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
)
4242
run: |
4343
TAG=${{github.ref_name}} docker buildx bake --set "*.platform=linux/amd64" --load
44-
TAG=${{github.ref_name}} docker-compose push
44+
TAG=${{github.ref_name}} docker compose push
4545
TAG=latest docker buildx bake --set "*.platform=linux/amd64" --load
46-
TAG=latest docker-compose push
46+
TAG=latest docker compose push
4747
4848
#uses: docker/build-push-action@v2
4949
#with:

0 commit comments

Comments
 (0)