mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-02-14 10:19:52 +00:00
add before and after tags for demos (#276)
This commit is contained in:
@@ -59,6 +59,8 @@ jobs:
|
||||
### defaults to:
|
||||
tag-rules: |
|
||||
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=raw,value=before,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=raw,value=after,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=ref,event=pr
|
||||
|
||||
### path to where docker should copy files into image
|
||||
|
||||
@@ -59,6 +59,8 @@ jobs:
|
||||
### defaults to:
|
||||
tag-rules: |
|
||||
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=raw,value=before,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=raw,value=after,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=ref,event=pr
|
||||
|
||||
### path to where docker should copy files into image
|
||||
|
||||
Reference in New Issue
Block a user