File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Resulting in making the image available on:
2020# my-workflow.yaml
2121jobs :
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
3232jobs :
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
4343` ` `
4444
4545For 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).
You can’t perform that action at this time.
0 commit comments