diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b37f89..3f682fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,9 +45,6 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Pull old container - run: docker pull ghcr.io/clansty/q2tg:raincandy - - name: Build and push uses: docker/build-push-action@v2 with: @@ -55,3 +52,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + cache-from: type=gha + cache-to: type=gha,mode=max