Skip to content

Commit

Permalink
[Config] Update registry uri (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MNThomson committed Oct 14, 2022
1 parent f10f364 commit 90c35e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inputs:

runs:
using: "docker"
image: "docker://gcr.io/mnthomson/otel-action:latest"
image: "docker://ghcr.io/mnthomson/otel-action:latest"
env:
OTEL_EXPORTER_ENDPOINT: ${{ inputs.ENDPOINT }}
OTEL_EXPORTER_HEADERS: ${{ inputs.HEADERS }}
Expand Down

0 comments on commit 90c35e3

Please sign in to comment.