mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
Merge branch 'main' into ubi
This commit is contained in:
commit
5422832332
45 changed files with 1021 additions and 541 deletions
7
.github/workflows/build_container.yml
vendored
7
.github/workflows/build_container.yml
vendored
|
|
@ -1,3 +1,5 @@
|
|||
name: Build Container
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
@ -89,8 +91,9 @@ jobs:
|
|||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern=v{{version}}
|
||||
type=semver,pattern=v{{major}}.{{minor}}
|
||||
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
|
||||
|
||||
- name: Docker meta for PR
|
||||
if: inputs.pr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue