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@6b59374893555bf476179dfeb96013b80406102f
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@bdcde6472886b2d8aec65bf238084f1b930532fd
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@6b59374893555bf476179dfeb96013b80406102f
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@bdcde6472886b2d8aec65bf238084f1b930532fd
with:
repository: grafana/plugin-validator-cli
context: .
Expand Down