Skip to content

Commit

Permalink
jssdk name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Jan 24, 2025
1 parent c3cd665 commit 5b8f114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-jssdk-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
IMAGE_NAME: iabtechlab/uid2-js-sdk-example

jobs:
build-cstg-example:
build-js-sdk-example:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Build and push Docker JS SDK Example image
uses: docker/build-push-action@v5
with:
context: examples/cstg
context: examples/js-sdk
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5b8f114

Please sign in to comment.