Skip to content

Change: reuse push workflow #59

Change: reuse push workflow

Change: reuse push workflow #59

Workflow file for this run

name: Build and Push to Greenbone Registry
on:
push:
branches: [ main ]
tags: ["v*"]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
ref-name:
type: string
description: "The ref to build a container image from. For example a tag v23.0.0."
required: true
jobs:
build:
uses: greenbone/workflows/.github/workflows/sensor-build-push.yml@pholthaus/sensor
image-url: community/gvmd

Check failure on line 19 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
image-labels: |
org.opencontainers.image.vendor=Greenbone
org.opencontainers.image.base.name=greenbone/gvm-libs
ref-name: ${{ inputs.ref-name }}
secrets: inherit