diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 399b24e..be33289 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -15,6 +15,8 @@ jobs: include: - image: ubuntu tag: latest + - image: ubuntu + tag: resolute - image: ubuntu tag: plucky - image: ubuntu @@ -40,7 +42,7 @@ jobs: username: ${{ secrets.GHCR_USER }} password: ${{ secrets.GHCR_ACCESS_TOKEN }} - - uses: actions/setup-go@v6 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 - run: go install github.com/google/go-containerregistry/cmd/crane@latest