Skip to content

Commit

Permalink
fix: setting docker registry variable
Browse files Browse the repository at this point in the history
Signed-off-by: SRIKUMAR VENUGOPAL <[email protected]>
  • Loading branch information
srikumar003 committed Nov 21, 2024
1 parent 4e89a5e commit 2cce833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shell: bash
run: |
cd build-tools
export DOCKER_REGISTRY="quay.io/datashim-io""
export DOCKER_REGISTRY="quay.io/datashim-io"
./build_csi_plugins.sh
- name: Make Datashim manifests
run: make manifests
Expand Down

0 comments on commit 2cce833

Please sign in to comment.