Skip to content

Commit 683b44b

Browse files
authored
Update Github docker action
1 parent bc40c37 commit 683b44b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: jerray/publish-docker-action@master
7+
- uses: actions/checkout@master
8+
- name: Publish to Registry
9+
uses: elgohr/Publish-Docker-Github-Action@master
810
with:
11+
name: srnd/codeday-present
12+
registry: docker.pkg.github.com
13+
tag_names: true
914
username: ${{ secrets.DOCKER_USERNAME }}
1015
password: ${{ secrets.DOCKER_PASSWORD }}
11-
registry: docker.pkg.github.com
12-
auto_tag: true

0 commit comments

Comments
 (0)