Unverified Commit e300547b by Edward Thomson Committed by GitHub

Update main.yml

parent 580c76ed
......@@ -26,8 +26,8 @@ jobs:
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"}}
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"}}
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