Update main.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 64ba243..66d8117 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,20 +15,20 @@ jobs:
uses: actions/checkout@v2
- name: Calculate image label
run: |
- git log -1 -- azure-pipelines/docker/\*
+ cd azure-pipelines/docker && git log -1 -- ./
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}}
- - name: Download image
- run: |
- docker pull docker.pkg.github.com/${{github.repository}}/xenial:${{ env.docker-label }} || echo "::set-env name=docker-exists::true"
- - name: Build image
- run: |
- docker build -t docker.pkg.github.com/${{github.repository}}/xenial:${{ env.docker-label }} --build-arg BASE=ubuntu:xenial -f xenial .
- working-directory: azure-pipelines/docker
- if: ${{env.docker-exists != true}}
- - name: Publish image
- run: |
- docker push docker.pkg.github.com/${{github.repository}}/xenial:${{env.docker-label}}
- if: ${{env.docker-exists != true}}
+# - name: Log in to GitHub Packages
+# run: |
+# docker login https://docker.pkg.github.com -u ${{github.actor}} -p ${{github.token}}
+# - name: Download image
+# run: |
+# docker pull docker.pkg.github.com/${{github.repository}}/xenial:${{ env.docker-label }} || echo "::set-env name=docker-exists::true"
+# - name: Build image
+# run: |
+# docker build -t docker.pkg.github.com/${{github.repository}}/xenial:${{ env.docker-label }} --build-arg BASE=ubuntu:xenial -f xenial .
+# working-directory: azure-pipelines/docker
+# if: ${{env.docker-exists != true}}
+# - name: Publish image
+# run: |
+# docker push docker.pkg.github.com/${{github.repository}}/xenial:${{env.docker-label}}
+# if: ${{env.docker-exists != true}}