diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 625b28a..1eca07b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: sudo update-binfmts --display - uses: earthbuild/actions-setup@main with: - version: v0.8.15 + version: v0.8.17 - name: Log in to GitHub Container Registry (non fork only) run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin if: github.event.pull_request.head.repo.full_name == github.repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e44048..a516b8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: sudo update-binfmts --display - uses: earthbuild/actions-setup@main with: - version: v0.8.15 + version: v0.8.17 - name: Log in to container registries (non fork only) run: |- docker login --username "${{ vars.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_TOKEN }}"