We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6984af4 commit c7c9a76Copy full SHA for c7c9a76
.github/workflows/docker.yml
@@ -54,7 +54,21 @@ jobs:
54
registry: ghcr.io
55
username: ${{ github.actor }}
56
password: ${{ secrets.GITHUB_TOKEN }}
57
- - name: Build and push
+ - name: Build and push LLVM base image
58
+ uses: docker/build-push-action@v5
59
+ with:
60
+ target: tinygo-llvm-build
61
+ context: .
62
+ push: true
63
+ tags: |
64
+ tinygo/llvm-17
65
+ tinygo/llvm-17:latest
66
+ ghcr.io/tinygo-org/llvm-17
67
+ ghcr.io/tinygo-org/llvm-17:latest
68
+ labels: ${{ steps.meta.outputs.labels }}
69
+ cache-from: type=gha
70
+ cache-to: type=gha,mode=max
71
+ - name: Build and push tinygo-dev image
72
uses: docker/build-push-action@v5
73
with:
74
context: .
0 commit comments