diff options
| author | Emilien Devos <contact@emiliendevos.be> | 2021-08-24 23:15:41 +0200 |
|---|---|---|
| committer | Emilien Devos <contact@emiliendevos.be> | 2021-08-24 23:15:41 +0200 |
| commit | 33724d40a81f174303f3881a4d185270c441ac6a (patch) | |
| tree | 6696b03da5dbe399fefe1c8f066262666c6af261 /.github | |
| parent | d78e5281fe1ad993881e4ee77fd7ea42ee252213 (diff) | |
| download | invidious-33724d40a81f174303f3881a4d185270c441ac6a.tar.gz invidious-33724d40a81f174303f3881a4d185270c441ac6a.tar.bz2 invidious-33724d40a81f174303f3881a4d185270c441ac6a.zip | |
moved APKBUILD files to iv-org/lsquic.cr/docker
and remove docker cache
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/container-release.yml | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 756374da..9cc39783 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -30,15 +30,6 @@ jobs: username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_PASSWORD }} - - name: Cache Docker layers - if: github.ref == 'refs/heads/master' - uses: actions/cache@v2 - with: - path: /tmp/.buildx-cache - key: ${{ runner.os }}-multi-buildx-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-multi-buildx - - name: Build and push Docker AMD64 image for Push Event if: github.ref == 'refs/heads/master' uses: docker/build-push-action@v2 @@ -49,8 +40,6 @@ jobs: labels: quay.expires-after=12w push: true tags: quay.io/invidious/invidious:${{ github.sha }},quay.io/invidious/invidious:latest - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new - name: Build and push Docker ARM64 image for Push Event if: github.ref == 'refs/heads/master' @@ -61,12 +50,4 @@ jobs: platforms: linux/arm64/v8 labels: quay.expires-after=12w push: true - tags: quay.io/invidious/invidious:${{ github.sha }}-arm64,quay.io/invidious/invidious:latest-arm64 - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new - - - name: Override old Docker cache - if: github.ref == 'refs/heads/master' - run: | - rm -rf /tmp/.buildx-cache - mv /tmp/.buildx-cache-new /tmp/.buildx-cache + tags: quay.io/invidious/invidious:${{ github.sha }}-arm64,quay.io/invidious/invidious:latest-arm64
\ No newline at end of file |
