mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-30 13:39:10 -07:00
Fix url formatting (#253)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
d4d9b8d3f7
commit
4d48c24681
42 changed files with 47 additions and 47 deletions
|
@ -161,7 +161,7 @@ options:
|
|||
be run directly. If not, the host will attempt to pull the image first,
|
||||
using the builder service account's credentials if necessary.
|
||||
- The Docker daemon's cache will already have the latest versions of all
|
||||
of the officially supported build steps (U(https://github.com/GoogleCloudPlatform/cloud-builders).)
|
||||
of the officially supported build steps (U(https://github.com/GoogleCloudPlatform/cloud-builders)).
|
||||
- The Docker daemon will also have cached many of the layers for some
|
||||
popular images, like "ubuntu", "debian", but they will be refreshed
|
||||
at the time you attempt to use them.
|
||||
|
@ -418,7 +418,7 @@ build:
|
|||
be run directly. If not, the host will attempt to pull the image first,
|
||||
using the builder service account's credentials if necessary.
|
||||
- The Docker daemon's cache will already have the latest versions of all
|
||||
of the officially supported build steps (U(https://github.com/GoogleCloudPlatform/cloud-builders).)
|
||||
of the officially supported build steps (U(https://github.com/GoogleCloudPlatform/cloud-builders)).
|
||||
- The Docker daemon will also have cached many of the layers for some popular
|
||||
images, like "ubuntu", "debian", but they will be refreshed at the time
|
||||
you attempt to use them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue