Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zemuldo authored Oct 22, 2019
1 parent cb3e918 commit 1c15450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Build and Push
uses: zemuldo/docker-build-push@master
env:
DOCKER_USERNAME: "zemuldo"
DOCKER_NAMESPACE: "zemuldo"
DOCKER_USERNAME: "docker_user_name"
DOCKER_NAMESPACE: "docker_name_space"
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
REGISTRY_URL: "docker.io"
with:
Expand Down

0 comments on commit 1c15450

Please sign in to comment.