Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Build & Push Docker Image | |
# Only builds the image if a release was created. | |
# This guarantees the commit is tagged and on main branch. | |
# (see https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases) | |
# yamllint disable-line rule:truthy | |
on: | |
release: | |
jobs: | |
default: | |
# yamllint disable-line rule:line-length | |
uses: Hapag-Lloyd/Workflow-Templates/.github/workflows/docker_dockerhub_release_callable.yml@8ba51cf2e5eb1246afaa4a736ca1bb470b7039e3 | |
secrets: inherit | |
with: | |
image-name: "fluent-bit-multiline" | |
upload-security-scan-results: true | |
push: true |