Skip to content

Commit

Permalink
Change: Add base-image-label for oldstable and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schardt authored and Robert Schardt committed Sep 26, 2024
1 parent f3938ff commit 972bf1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
image-labels: |
org.opencontainers.image.vendor=Greenbone
org.opencontainers.image.base.name=debian:stable-slim
base-image-label: "oldstable"
ref-name: ${{ inputs.ref-name }}
secrets: inherit

Expand All @@ -42,10 +43,11 @@ jobs:
uses: greenbone/workflows/.github/workflows/container-build-push-2nd-gen.yml@main
with:
build-docker-file: .docker/prod-testing.Dockerfile
image-url: community/gvm-libs
image-url: community/gvm-li
image-labels: |
org.opencontainers.image.vendor=Greenbone
org.opencontainers.image.base.name=debian:stable-slim
base-image-label: "testing"
ref-name: ${{ inputs.ref-name }}
secrets: inherit

Expand Down

0 comments on commit 972bf1b

Please sign in to comment.