Skip to content

Commit 49e0688

Browse files
committed
disables docker pushrm for github actions
1 parent 4c5fbc8 commit 49e0688

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docker-image.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
tags: ${{ steps.meta_dhub.outputs.tags }}
9595
labels: ${{ steps.meta_dhub.outputs.labels }}
9696

97-
- name: push README to Dockerhub
98-
uses: christian-korneck/update-container-description-action@v1
99-
env:
100-
DOCKER_USER: ${{ vars.DOCKER_HUB_USERNAME }}
101-
DOCKER_PASS: ${{ secrets.DOCKER_HUB_PASSWORD }}
102-
with:
103-
destination_container_repo: ${{ steps.dockerhub_image.outputs.value }}
104-
provider: dockerhub
97+
# - name: push README to Dockerhub
98+
# uses: christian-korneck/update-container-description-action@v1
99+
# env:
100+
# DOCKER_USER: ${{ vars.DOCKER_HUB_USERNAME }}
101+
# DOCKER_PASS: ${{ secrets.DOCKER_HUB_PASSWORD }}
102+
# with:
103+
# destination_container_repo: ${{ steps.dockerhub_image.outputs.value }}
104+
# provider: dockerhub

0 commit comments

Comments
 (0)