when you add load you don't need two tags.

Nick Yeoman 2023-12-17 15:58:21 -08:00
parent 0b610ef77f
commit 12fb707aa2

@ -13,8 +13,6 @@ You might have to login with your api key.
```
sudo docker buildx build --no-cache -t 4lights/phpcontainer:v4 -t 4lights/phpcontainer:latest --load .
sudo docker tag phpcontainer:v4 4lights/phpcontainer:v4
sudo docker tag phpcontainer:v4 4lights/phpcontainer:latest
sudo docker push 4lights/phpcontainer:v4
sudo docker push 4lights/phpcontainer:latest
```