Unverified Commit 580c76ed by Edward Thomson Committed by GitHub

Update main.yml

parent 3b6fad6d
...@@ -26,8 +26,8 @@ jobs: ...@@ -26,8 +26,8 @@ jobs:
run: | run: |
docker build -t docker.pkg.github.com/${{github.repository}}/xenial:${{ env.docker-label }} --build-arg BASE=ubuntu:xenial -f xenial . 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 working-directory: azure-pipelines/docker
if: env.docker-exists != "true" if: ${{env.docker-exists != "true"}}
- name: Publish image - name: Publish image
run: | run: |
docker push docker.pkg.github.com/${{github.repository}}/xenial:${{env.docker-label}} docker push docker.pkg.github.com/${{github.repository}}/xenial:${{env.docker-label}}
if: env.docker-exists != "true" if: ${{env.docker-exists != "true"}}
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