Browse Source

update docker image name

pull/540/head
Roberto Dedoro 3 years ago
committed by GitHub
parent
commit
760c3757f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/publish_docker_image.yml

+ 1
- 1
.github/workflows/publish_docker_image.yml View File

@ -22,7 +22,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: mirobertod/healthchecks
images: healthchecks/healthchecks
- name: Build and push Docker image
uses: docker/build-push-action@v2


Loading…
Cancel
Save