Skip to content

Commit

Permalink
Fix github actions accessing the github registry (#16521)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimpson committed Feb 14, 2020
1 parent 5c2b7b3 commit d14dbd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_test.yml
Expand Up @@ -329,9 +329,7 @@ jobs:
run: |
cd /tmp/build-pr
export OWNER="${GITHUB_REPOSITORY%/*}"
docker login docker.pkg.github.com -u "${OWNER}" -p "${GITHUB_TOKEN}"
docker login docker.pkg.github.com -u "${GITHUB_ACTOR}" -p "${GITHUB_TOKEN}"
cp $GITHUB_WORKSPACE/.docker/Dockerfile .
Expand Down

0 comments on commit d14dbd7

Please sign in to comment.