Skip to content

Commit

Permalink
Change docker-compose syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored Nov 20, 2024
1 parent 41dab51 commit 3aa9935
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
date_version=$(date +%Y.%m)
echo $date_version > ./version.txt
docker build . --file Dockerfile --tag minibox
sudo apt-get install -y docker-compose-plugin
docker-compose build
docker-compose up
docker compose build
docker compose up
echo "${{ secrets.DOCKER_PASS }}" | docker login --username ${{ secrets.DOCKER_USER }} --password-stdin
docker tag minibox foundeo/minibox:latest
docker push foundeo/minibox:latest
Expand Down

0 comments on commit 3aa9935

Please sign in to comment.