Skip to content

Commit

Permalink
image location
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma committed Nov 14, 2023
1 parent 9ea2c91 commit 76fab6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: prabhatsharma
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
Expand All @@ -39,7 +39,7 @@ jobs:
with:
images: |
otel/${{ env.IMAGE_NAME }}
ghcr.io/${{ github.repository }}/${{ env.IMAGE_NAME }}
ghcr.io/openobserve/opentelemetry-go-instrumentation/${{ env.IMAGE_NAME }}
- name: Build and push
uses: docker/[email protected]
Expand Down

0 comments on commit 76fab6e

Please sign in to comment.