Compare commits
1 Commits
master
...
b665f6060e
| Author | SHA1 | Date | |
|---|---|---|---|
|
b665f6060e
|
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@@ -2,7 +2,7 @@ name: Publish Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [master, ci/docker-hub-publishing]
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
@@ -29,6 +29,7 @@ jobs:
|
||||
images: cproofdev/cproof
|
||||
tags: |
|
||||
type=raw,value=dev,enable={{is_default_branch}}
|
||||
type=raw,value=test,enable={{is_not_default_branch}}
|
||||
type=sha,prefix=nightly-,enable={{is_default_branch}}
|
||||
type=ref,event=tag
|
||||
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
|
||||
Reference in New Issue
Block a user