mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00: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
|
||||
description: Builds and pushes Docker images and will log in to a Docker registry if required
|
||||
author: Docker
|
||||
branding:
|
||||
icon: 'anchor'
|
||||
color: 'blue'
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://docker/github-actions:v1.0
|
||||
|
|
Loading…
Reference in a new issue