Upgrade docker and docker compose in line with GH hosted runners (#3053)

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
Donal O'Brien
2023-11-27 04:25:19 +01:00
committed by GitHub
parent b202be712e
commit 8e484637f9
10 changed files with 14 additions and 14 deletions

View File

@@ -73,7 +73,7 @@ To make your development cycle faster, use the below command to update deploy an
# Makefile
VERSION=controller1 \
RUNNER_TAG=runner1 \
make acceptance/pull acceptance/kind docker-build acceptance/load acceptance/deploy
make acceptance/pull acceptance/kind docker-buildx acceptance/load acceptance/deploy
```
If you've already deployed actions-runner-controller and only want to recreate pods to use the newer image, you can run: