Skip to content

Commit 49f60be

Browse files
author
Adrian Chang
committed
fix context
1 parent a5af8a6 commit 49f60be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lbox-develop.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,26 +133,26 @@ jobs:
133133
if: github.event_name == 'push'
134134
uses: docker/build-push-action@v5
135135
with:
136-
context: ./libs/${{ matrix.package }}
136+
context: .
137137
file: ./libs/${{ matrix.package }}/Dockerfile
138138
github-token: ${{ secrets.GITHUB_TOKEN }}
139139
push: true
140140
platforms: |
141141
linux/amd64
142142
linux/arm64
143143
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 }}
146146
- name: Build and push (Pull Request)
147147
if: github.event_name == 'pull_request'
148148
uses: docker/build-push-action@v5
149149
with:
150-
context: ./libs/${{ matrix.package }}
150+
context: .
151151
file: ./libs/${{ matrix.package }}/Dockerfile
152152
github-token: ${{ secrets.GITHUB_TOKEN }}
153153
push: true
154154
platforms: |
155155
linux/amd64
156156
linux/arm64
157157
tags: |
158-
ghcr.io/${{ matrix.package }}:${{ github.sha }}
158+
ghcr.io/labelbox/${{ matrix.package }}:${{ github.sha }}

0 commit comments

Comments
 (0)