Skip to content

Commit

Permalink
* fix image name to puiblish
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Nicolas Garcia committed Jan 20, 2022
1 parent 2162ce0 commit 68d282c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
${{ secrets.DOCKER_HUB_USERNAME }}/kafka_healthcheck
${{ secrets.DOCKER_HUB_USERNAME }}/kafka-healthcheck
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.6'

services:
kafka-healthcheck:
image: image-hub.despexds.net/zookeeper-healthcheck:0.0.1
image: image-hub.despexds.net/kafka-healthcheck:0.0.1
command: ["kafka-healthcheck"]
container_name: kafka-healthcheck
#restart: always
Expand Down

0 comments on commit 68d282c

Please sign in to comment.