Unverified Commit 91f02a8a by Edward Thomson Committed by GitHub

Update main.yml

parent 8d8cfee9
......@@ -13,10 +13,11 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Calculate image label
run: |
cd azure-pipelines/docker && git log -1 -- ./
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)"
env:
GIT_TRACE: 1
# - name: Log in to GitHub Packages
......
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