Unverified Commit eb7e17ee by Edward Thomson Committed by GitHub

Update main.yml

parent aa0b1d19
...@@ -15,8 +15,8 @@ jobs: ...@@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Calculate image label - name: Calculate image label
run: | run: |
git log -1 azure-pipelines/docker/ git log -1 -- azure-pipelines/docker/\*
echo "::set-env name=docker-label::libgit2-$(git log -1 --pretty=format:"%h" -- azure-pipelines/docker/)" echo "::set-env name=docker-label::libgit2-$(git log -1 --pretty=format:"%h" -- azure-pipelines/docker/\*)"
- name: Log in to GitHub Packages - name: Log in to GitHub Packages
run: | run: |
docker login https://docker.pkg.github.com -u ${{github.actor}} -p ${{github.token}} docker login https://docker.pkg.github.com -u ${{github.actor}} -p ${{github.token}}
......
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