Skip to content

Commit f258037

Browse files
authored
PTFE-1446 document use of docker-build with v2
1 parent d98d30a commit f258037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docker-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Resulting in making the image available on:
2020
# my-workflow.yaml
2121
jobs:
2222
docker-build:
23-
uses: scality/workflows/.github/workflows/docker-build.yaml@v1
23+
uses: scality/workflows/.github/workflows/docker-build.yaml@v2
2424
with:
2525
name: my-image
2626
```
@@ -31,7 +31,7 @@ To specify a private registry you can use the following inputs:
3131
# my-workflow.yaml
3232
jobs:
3333
docker-build:
34-
uses: scality/workflows/.github/workflows/docker-build.yaml@v1
34+
uses: scality/workflows/.github/workflows/docker-build.yaml@v2
3535
with:
3636
name: my-image
3737
registry: my.registry.com
@@ -43,4 +43,4 @@ jobs:
4343
```
4444
4545
For more information about all inputs available checkout
46-
the [workflow definition](https://github.com/scality/workflows/blob/main/.github/workflows/docker-build.yaml).
46+
the [workflow definition](https://github.com/scality/workflows/blob/main/.github/workflows/docker-build.yaml).

0 commit comments

Comments
 (0)