|
|
|
@ -35,7 +35,7 @@ jobs: |
|
|
|
name: Build & Publish to Docker Hub |
|
|
|
name: Build & Publish to Docker Hub |
|
|
|
needs: build_and_test |
|
|
|
needs: build_and_test |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: ${{ github.event_name == 'push' }} |
|
|
|
if: github.event_name == 'push' && !contains(github.event.head_commit.message, '[no ci]') |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v2 |
|
|
|
@ -92,7 +92,7 @@ jobs: |
|
|
|
INFO_VERSION=${{ env.GIT_TAG }}-docker-nvidia |
|
|
|
INFO_VERSION=${{ env.GIT_TAG }}-docker-nvidia |
|
|
|
tags: | |
|
|
|
tags: | |
|
|
|
jasongdove/ersatztv:develop-nvidia |
|
|
|
jasongdove/ersatztv:develop-nvidia |
|
|
|
jasongdove/ersatztv:{{ github.sha }}-develop-nvidia |
|
|
|
jasongdove/ersatztv:${{ github.sha }}-develop-nvidia |
|
|
|
cache-from: type=local,src=/tmp/.buildx-cache |
|
|
|
cache-from: type=local,src=/tmp/.buildx-cache |
|
|
|
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max |
|
|
|
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max |
|
|
|
|
|
|
|
|
|
|
|
|