Skip to content
Snippets Groups Projects
Unverified Commit 097c4903 authored by potpro's avatar potpro Committed by GitHub
Browse files

Update build-image.yml (#17454)

parent e03e7ac2
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
with:
......@@ -28,6 +29,7 @@ jobs:
- uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=tootsuite/mastodon:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment