File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,26 +133,26 @@ jobs:
133
133
if : github.event_name == 'push'
134
134
uses : docker/build-push-action@v5
135
135
with :
136
- context : ./libs/${{ matrix.package }}
136
+ context : .
137
137
file : ./libs/${{ matrix.package }}/Dockerfile
138
138
github-token : ${{ secrets.GITHUB_TOKEN }}
139
139
push : true
140
140
platforms : |
141
141
linux/amd64
142
142
linux/arm64
143
143
tags : |
144
- ghcr.io/${{ matrix.package }}:develop
145
- ghcr.io/${{ matrix.package }}:${{ github.sha }}
144
+ ghcr.io/labelbox/ ${{ matrix.package }}:develop
145
+ ghcr.io/labelbox/ ${{ matrix.package }}:${{ github.sha }}
146
146
- name : Build and push (Pull Request)
147
147
if : github.event_name == 'pull_request'
148
148
uses : docker/build-push-action@v5
149
149
with :
150
- context : ./libs/${{ matrix.package }}
150
+ context : .
151
151
file : ./libs/${{ matrix.package }}/Dockerfile
152
152
github-token : ${{ secrets.GITHUB_TOKEN }}
153
153
push : true
154
154
platforms : |
155
155
linux/amd64
156
156
linux/arm64
157
157
tags : |
158
- ghcr.io/${{ matrix.package }}:${{ github.sha }}
158
+ ghcr.io/labelbox/ ${{ matrix.package }}:${{ github.sha }}
You can’t perform that action at this time.
0 commit comments