Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(GH actions): remove cosine from docker action

-11
-11
.github/workflows/docker-image.yml
··· 29 29 - name: Checkout repository 30 30 uses: actions/checkout@v4 31 31 32 - - name: Install cosign 33 - if: github.event_name != 'pull_request' 34 - uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 35 - with: 36 - cosign-release: 'v1.11.0' 37 - 38 32 - name: Setup Docker buildx 39 33 uses: docker/setup-buildx-action@v3 40 34 ··· 62 56 labels: ${{ steps.meta.outputs.labels }} 63 57 cache-from: type=gha 64 58 cache-to: type=gha,mode=max 65 - 66 - - name: Sign the image with cosign 67 - if: github.event_name != 'pull_request' 68 - run: | 69 - cosign sign --key cosign.key ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}: 70 59 71 60 # - name: Build the Docker image 72 61 # run: docker build . --file Dockerfile --tag aria-coffee:$(date +%s)