Skip to content

Commit

Permalink
fix docker push
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Mar 19, 2020
1 parent c35205e commit 817371f
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 817371f

Please sign in to comment.