We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bcf2c commit 4cab745Copy full SHA for 4cab745
action.yml
@@ -1,3 +1,18 @@
1
name: 'Push Container Action'
2
3
description: 'Push built images to Docker Hub/OSG Harbor'
4
+
5
+inputs:
6
+ repo:
7
+ description: 'Input string that gets passed along to the docker build args'
8
+ required: true
9
+ tag_list:
10
+ description: 'List of tags that gets passed along to the docker build args'
11
12
+ default: '' # set to an empty string
13
+ docker_username:
14
+ description: 'Docker username obtained from secrets'
15
16
+ docker_password:
17
+ description: 'Docker password obtained from secrets'
18
0 commit comments