when you add load you don't need two tags.
2
Home.md
2
Home.md
@@ -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 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:v4
|
||||||
sudo docker push 4lights/phpcontainer:latest
|
sudo docker push 4lights/phpcontainer:latest
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user