forked from joachimprinzbach/action-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
37 lines (33 loc) · 819 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: "Docker Push"
description: "build, tag and pushes the container"
author: "Jungyoul Yu <@nalbam>"
branding:
icon: "anchor"
color: "blue"
runs:
using: docker
image: docker://opspresso/action-docker:v0.2.6
args:
- ${{ inputs.registry-type }}
inputs:
registry-type:
description: "Your Docker Registry Type."
required: false
default: "--docker"
# USERNAME:
# description: 'Your Docker Hub Username.'
# required: true
# PASSWORD:
# description: 'Your Docker Hub Password.'
# required: true
# REGISTRY:
# description: 'Your Docker Registry Uri.'
# required: false
# default: 'World'
# BUILD_PATH:
# description: 'The path where the Dockerfile.'
# required: false
# default: '.'
outputs:
TAG_NAME:
description: "Your Docker Tag name."