File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 54
54
registry : ghcr.io
55
55
username : ${{ github.actor }}
56
56
password : ${{ secrets.GITHUB_TOKEN }}
57
- - 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
57
+ - name : Build and push
72
58
uses : docker/build-push-action@v5
73
59
with :
74
60
context : .
Original file line number Diff line number Diff line change 35
35
uses : docker/metadata-action@v5
36
36
with :
37
37
images : |
38
- tinygo/llvm-16
39
- ghcr.io/${{ github.repository_owner }}/llvm-16
38
+ tinygo/llvm-17
39
+ ghcr.io/${{ github.repository_owner }}/llvm-17
40
40
tags : |
41
41
type=sha,format=long
42
42
type=raw,value=latest
You can’t perform that action at this time.
0 commit comments