Unverified Commit 15fa1a49 by Edward Thomson Committed by GitHub

Update main.yml

parent 340de10f
......@@ -22,5 +22,5 @@ jobs:
working-directory: azure-pipelines/docker
- name: Publish image
run: |
echo "${GITHUB_TOKEN}" | docker login https://docker.pkg.github.com -u libgit2 --password-stdin
docker login https://docker.pkg.github.com -u ${{github.actor}} -p ${{github.token}}
docker push docker.pkg.github.com/${{github.repository}}/xenial:${{env.docker-label}}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment