File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,25 +31,25 @@ jobs:
31
31
name : Build and Push debian:oldstable to Greenbone Registry
32
32
uses : greenbone/workflows/.github/workflows/container-build-push-2nd-gen.yml@main
33
33
with :
34
+ base-image-label : " oldstable"
34
35
build-docker-file : .docker/prod-oldstable.Dockerfile
35
36
image-url : community/gvm-libs
36
37
image-labels : |
37
38
org.opencontainers.image.vendor=Greenbone
38
39
org.opencontainers.image.base.name=debian:oldstable-slim
39
- base-image-label : " oldstable"
40
40
ref-name : ${{ inputs.ref-name }}
41
41
secrets : inherit
42
42
43
43
build-push-debian-testing-container :
44
44
name : Build and Push debian:testing to Greenbone Registry
45
45
uses : greenbone/workflows/.github/workflows/container-build-push-2nd-gen.yml@main
46
46
with :
47
+ base-image-label : " testing"
47
48
build-docker-file : .docker/prod-testing.Dockerfile
48
49
image-url : community/gvm-libs
49
50
image-labels : |
50
51
org.opencontainers.image.vendor=Greenbone
51
52
org.opencontainers.image.base.name=debian:testing-slim
52
- base-image-label : " testing"
53
53
ref-name : ${{ inputs.ref-name }}
54
54
secrets : inherit
55
55
You can’t perform that action at this time.
0 commit comments