Skip to content

Commit 5571850

Browse files
committed
Arrange inputs for workflow calls
Use the same order for the workflow call inputs.
1 parent e295e55 commit 5571850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,25 @@ jobs:
3131
name: Build and Push debian:oldstable to Greenbone Registry
3232
uses: greenbone/workflows/.github/workflows/container-build-push-2nd-gen.yml@main
3333
with:
34+
base-image-label: "oldstable"
3435
build-docker-file: .docker/prod-oldstable.Dockerfile
3536
image-url: community/gvm-libs
3637
image-labels: |
3738
org.opencontainers.image.vendor=Greenbone
3839
org.opencontainers.image.base.name=debian:oldstable-slim
39-
base-image-label: "oldstable"
4040
ref-name: ${{ inputs.ref-name }}
4141
secrets: inherit
4242

4343
build-push-debian-testing-container:
4444
name: Build and Push debian:testing to Greenbone Registry
4545
uses: greenbone/workflows/.github/workflows/container-build-push-2nd-gen.yml@main
4646
with:
47+
base-image-label: "testing"
4748
build-docker-file: .docker/prod-testing.Dockerfile
4849
image-url: community/gvm-libs
4950
image-labels: |
5051
org.opencontainers.image.vendor=Greenbone
5152
org.opencontainers.image.base.name=debian:testing-slim
52-
base-image-label: "testing"
5353
ref-name: ${{ inputs.ref-name }}
5454
secrets: inherit
5555

0 commit comments

Comments
 (0)