mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Merge pull request #12992 from spencerrlongg/features/12853
Adds tag for docker builds
This commit is contained in:
commit
7c908fecd9
1
.github/workflows/docker-alpine.yml
vendored
1
.github/workflows/docker-alpine.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
||||||
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }},suffix=-alpine
|
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }},suffix=-alpine
|
||||||
type=ref,event=branch,enable=${{ !endsWith(github.ref, github.event.repository.default_branch) }},suffix=-alpine
|
type=ref,event=branch,enable=${{ !endsWith(github.ref, github.event.repository.default_branch) }},suffix=-alpine
|
||||||
type=ref,event=tag,suffix=-alpine
|
type=ref,event=tag,suffix=-alpine
|
||||||
|
type=semver,pattern=v{{major}}-latest-alpine
|
||||||
# Define default tag "flavor" for docker/metadata-action per
|
# Define default tag "flavor" for docker/metadata-action per
|
||||||
# https://github.com/docker/metadata-action#flavor-input
|
# https://github.com/docker/metadata-action#flavor-input
|
||||||
# We turn off 'latest' tag by default.
|
# We turn off 'latest' tag by default.
|
||||||
|
|
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
||||||
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||||
type=ref,event=branch,enable=${{ !endsWith(github.ref, github.event.repository.default_branch) }}
|
type=ref,event=branch,enable=${{ !endsWith(github.ref, github.event.repository.default_branch) }}
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
|
type=semver,pattern=v{{major}}-latest
|
||||||
# Define default tag "flavor" for docker/metadata-action per
|
# Define default tag "flavor" for docker/metadata-action per
|
||||||
# https://github.com/docker/metadata-action#flavor-input
|
# https://github.com/docker/metadata-action#flavor-input
|
||||||
# We turn off 'latest' tag by default.
|
# We turn off 'latest' tag by default.
|
||||||
|
|
Loading…
Reference in a new issue