Unverified Commit 5a5335f4 by Edward Thomson Committed by GitHub

Update main.yml

parent a1b454e0
...@@ -35,7 +35,7 @@ jobs: ...@@ -35,7 +35,7 @@ jobs:
env env
echo "${{env.docker-exists}}" echo "${{env.docker-exists}}"
- run: echo yo - run: echo yo
if: env.docker-exists == 'true' if: env.docker-exists != 'true'
# - name: Build image # - name: Build image
# run: | # 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 }} . # 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