mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
Add blue anchor branding
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
This commit is contained in:
parent
7849e4a89e
commit
c062788367
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
name: Build and push Docker images
|
name: Build and push Docker images
|
||||||
description: Builds and pushes Docker images and will log in to a Docker registry if required
|
description: Builds and pushes Docker images and will log in to a Docker registry if required
|
||||||
author: Docker
|
author: Docker
|
||||||
|
branding:
|
||||||
|
icon: 'anchor'
|
||||||
|
color: 'blue'
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://docker/github-actions:v1.0
|
image: docker://docker/github-actions:v1.0
|
||||||
|
|
Loading…
Reference in a new issue