Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments

Merge pull request #30 from margin-at/blacksmith-migration-13af900

.github/workflows: Migrate workflows to Blacksmith runners

authored by

Scan and committed by
GitHub
34b18c59 13af900b

+5 -7
+4 -6
.github/workflows/docker-publish.yml
··· 11 11 12 12 jobs: 13 13 build-and-push: 14 - runs-on: ubuntu-latest 14 + runs-on: blacksmith-4vcpu-ubuntu-2404 15 15 permissions: 16 16 contents: read 17 17 packages: write ··· 36 36 type=raw,value=latest,enable={{is_default_branch}} 37 37 type=sha 38 38 39 - - name: Set up Docker Buildx 40 - uses: docker/setup-buildx-action@v3 39 + - name: Setup Blacksmith Builder 40 + uses: useblacksmith/setup-docker-builder@v1 41 41 42 42 - name: Build and push Docker image 43 - uses: docker/build-push-action@v5 43 + uses: useblacksmith/build-push-action@v2 44 44 with: 45 45 context: . 46 46 push: true 47 47 tags: ${{ steps.meta.outputs.tags }} 48 48 labels: ${{ steps.meta.outputs.labels }} 49 - cache-from: type=gha 50 - cache-to: type=gha,mode=max
+1 -1
.github/workflows/release-extension.yml
··· 7 7 8 8 jobs: 9 9 release: 10 - runs-on: ubuntu-latest 10 + runs-on: blacksmith-4vcpu-ubuntu-2404 11 11 permissions: 12 12 contents: write 13 13