Skip to content

Commit 15a0cf6

Browse files
Update action.yml
1 parent 23c2820 commit 15a0cf6

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

action.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
- name: Publish Docker
2-
uses: elgohr/Publish-Docker-Github-Action@3.04
1+
name: Publish Docker
2+
on: [push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@master
8+
- name: Publish to Registry
9+
uses: elgohr/Publish-Docker-Github-Action@master
10+
with:
11+
name: myDocker/repository
12+
username: ${{ secrets.DOCKER_USERNAME }}
13+
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)