diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3d20bfab..6f4c225c 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -77,8 +77,8 @@ jobs: # This step is being disabled because the runner is on a self-hosted machine # where the cache will stick between runs. - name: Cache Docker layers - uses: actions/cache@v3 - with: + uses: actions/cache@v3 + with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} restore-keys: | @@ -123,4 +123,3 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max - diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index fb1114f0..88c22055 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -4,9 +4,9 @@ on: - cron: '2 */12 * * *' jobs: - synchronize-upstream: - runs-on: ubuntu-latest - steps: + synchronize-upstream: + runs-on: ubuntu-latest + steps: - run: gh repo sync discretizer/homepage - env: - GH_TOKEN ${{ secres.GITHUB_ENV }} \ No newline at end of file + env: + GH_TOKEN: ${{ secrets.GITHUB_ENV }}