Remove old docker push and pull test

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-06-12 17:11:41 +02:00
parent b1ed40ffed
commit f842f1ed1d
6 changed files with 35 additions and 126 deletions

View File

@@ -70,7 +70,7 @@ _No output._
## docker.#Push
Push a docker image to remote registry
Push a docker image to a remote registry
### docker.#Push Inputs
@@ -86,8 +86,8 @@ Push a docker image to remote registry
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*out.ref* | `string` |Image ref |
|*out.digest* | `string` |Image digest |
|*ref* | `string` |Image ref |
|*digest* | `string` |Image digest |
## docker.#Run