Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
echo "version=$(jq -r .version package.json)" >> "$GITHUB_OUTPUT"

- id: push-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@c8ac4a279df46ebd1f85064119a0835098b88092
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@cbb5c3f16e9be56e14f5f094978420b09444b414
with:
repository: grafana/plugin-validator-cli
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
persist-credentials: false

- id: push-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@c8ac4a279df46ebd1f85064119a0835098b88092
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@cbb5c3f16e9be56e14f5f094978420b09444b414
with:
repository: grafana/plugin-validator-cli
context: .
Expand Down