Unverified Commit a1b454e0 by Edward Thomson Committed by GitHub

Update main.yml

parent 4a8f9f77
......@@ -35,7 +35,7 @@ jobs:
env
echo "${{env.docker-exists}}"
- run: echo yo
if: ${{ env.docker-exists == true }}
if: env.docker-exists == 'true'
# - name: Build image
# run: |
# docker build -t docker.pkg.github.com/${{ github.repository }}/${{ matrix.container.name }}:${{ env.docker-label }} --build-arg BASE=${{ matrix.container.base }} -f ${{ matrix.container.name }} .
......
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