Commit 254108b086261705394ec1923d1e71008c88e56d

Edward Thomson 2020-06-06T15:53:42

Update main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 869794d..c9a407a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,8 +15,8 @@ jobs:
       uses: actions/checkout@v2
     - name: Calculate image label
       run: |
-        git log -1 azure-pipelines/docker
-        echo "::set-env name=docker-label::libgit2-$(git log -1 --pretty=format:"%h" 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/)"
     - name: Log in to GitHub Packages
       run: |
         docker login https://docker.pkg.github.com -u ${{github.actor}} -p ${{github.token}}