Skip to content

Commit 5b8f114

Browse files
jssdk name fix
1 parent c3cd665 commit 5b8f114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-jssdk-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
IMAGE_NAME: iabtechlab/uid2-js-sdk-example
1010

1111
jobs:
12-
build-cstg-example:
12+
build-js-sdk-example:
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: read
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build and push Docker JS SDK Example image
3333
uses: docker/build-push-action@v5
3434
with:
35-
context: examples/cstg
35+
context: examples/js-sdk
3636
push: true
3737
tags: ${{ steps.meta.outputs.tags }}
3838
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)