mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Tag image with long sha (#136)
This commit is contained in:
parent
ceccfc98ef
commit
776a9a7e98
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_container.yml
vendored
2
.github/workflows/build_container.yml
vendored
|
|
@ -72,6 +72,7 @@ jobs:
|
|||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=raw,value=${{ github.sha }}
|
||||
type=semver,pattern=v{{version}}
|
||||
type=semver,pattern=v{{major}}.{{minor}}
|
||||
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
|
||||
|
|
@ -85,6 +86,7 @@ jobs:
|
|||
ghcr.io/${{ github.repository }}
|
||||
tags: |
|
||||
pr-${{ inputs.pr }}
|
||||
${{ github.sha }}
|
||||
|
||||
- name: Buildah Build
|
||||
id: build-image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue