Skip to content

Commit

Permalink
Arrange inputs for workflow calls
Browse files Browse the repository at this point in the history
Use the same order for the workflow call inputs.
  • Loading branch information
bjoernricks committed Jan 17, 2025
1 parent e295e55 commit 5571850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@ jobs:
name: Build and Push debian:oldstable to Greenbone Registry
uses: greenbone/workflows/.github/workflows/container-build-push-2nd-gen.yml@main
with:
base-image-label: "oldstable"
build-docker-file: .docker/prod-oldstable.Dockerfile
image-url: community/gvm-libs
image-labels: |
org.opencontainers.image.vendor=Greenbone
org.opencontainers.image.base.name=debian:oldstable-slim
base-image-label: "oldstable"
ref-name: ${{ inputs.ref-name }}
secrets: inherit

build-push-debian-testing-container:
name: Build and Push debian:testing to Greenbone Registry
uses: greenbone/workflows/.github/workflows/container-build-push-2nd-gen.yml@main
with:
base-image-label: "testing"
build-docker-file: .docker/prod-testing.Dockerfile
image-url: community/gvm-libs
image-labels: |
org.opencontainers.image.vendor=Greenbone
org.opencontainers.image.base.name=debian:testing-slim
base-image-label: "testing"
ref-name: ${{ inputs.ref-name }}
secrets: inherit

Expand Down

0 comments on commit 5571850

Please sign in to comment.