test-publish
All checks were successful
CI Code / Check spelling (pull_request) Successful in 13s
CI Code / Check coding style (pull_request) Successful in 23s
CI Code / Code Coverage (pull_request) Successful in 3m39s
CI Code / Linux (debian) (pull_request) Successful in 5m19s
CI Code / Linux (ubuntu) (pull_request) Successful in 5m31s
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 6m22s
CI Code / Linux (arch) (pull_request) Successful in 7m27s
All checks were successful
CI Code / Check spelling (pull_request) Successful in 13s
CI Code / Check coding style (pull_request) Successful in 23s
CI Code / Code Coverage (pull_request) Successful in 3m39s
CI Code / Linux (debian) (pull_request) Successful in 5m19s
CI Code / Linux (ubuntu) (pull_request) Successful in 5m31s
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 6m22s
CI Code / Linux (arch) (pull_request) Successful in 7m27s
This commit is contained in:
3
.github/workflows/docker-publish.yml
vendored
3
.github/workflows/docker-publish.yml
vendored
@@ -2,7 +2,7 @@ name: Publish Docker image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master, ci/docker-hub-publishing]
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
@@ -29,6 +29,7 @@ jobs:
|
|||||||
images: cproofdev/cproof
|
images: cproofdev/cproof
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=dev,enable={{is_default_branch}}
|
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=sha,prefix=nightly-,enable={{is_default_branch}}
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
|
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user