Skip to content

Commit 3e893d7

Browse files
cicd: delete --org zettagenomics in deploy dockers #TASK-7612
1 parent bb281c6 commit 3e893d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/delete-docker-hub-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
username: ${{ secrets.ZETTA_DOCKER_HUB_USER }}
2323
password: ${{ secrets.ZETTA_DOCKER_HUB_PASSWORD }}
2424
- name: Delete in Docker Hub
25-
run: ${{ inputs.cli }} --org zettagenomics
25+
run: ${{ inputs.cli }}

.github/workflows/deploy-docker-hub-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
username: ${{ secrets.ZETTA_DOCKER_HUB_USER }}
4545
password: ${{ secrets.ZETTA_DOCKER_HUB_PASSWORD }}
4646
- name: Deploy in Docker Hub
47-
run: ${{ inputs.cli }} --org zettagenomics
47+
run: ${{ inputs.cli }}

0 commit comments

Comments
 (0)