Skip to content

Commit

Permalink
Merge pull request #9 from denis-tingajkin/fix_docker_push2
Browse files Browse the repository at this point in the history
Fix docker push #2
  • Loading branch information
edwarnicke authored Mar 19, 2020
2 parents c35205e + 817371f commit e2efc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: |
go build -o coredns/coredns coredns/main.go
docker build coredns/. -t "${ORG}/coredns:${TAG}"
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USER}" --password-stdin
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
docker push "${ORG}/coredns:${TAG}"
docker image rm "${ORG}/coredns:${TAG}"

0 comments on commit e2efc0a

Please sign in to comment.