Skip to content

Commit bd5996e

Browse files
authored
feat(build): change repo name for dockerhub (#163)
Signed-off-by: Amit Bhatt <[email protected]>
1 parent 6263492 commit bd5996e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-docker.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Login to DockerHub
3131
run: cd tools/d-action
3232

33-
- name: Build push d-action image
33+
- name: Build push daction image
3434
uses: docker/build-push-action@v1
3535
with:
3636
username: ${{ secrets.DOCKER_USERNAME }}
3737
password: ${{ secrets.DOCKER_PASSWORD }}
38-
repository: mayadataio/d-action
38+
repository: mayadataio/daction
3939
tag_with_ref: true
4040
add_git_labels: true

0 commit comments

Comments
 (0)