Skip to content

Commit

Permalink
docker: fix missing organization name in image name of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfeil committed Oct 23, 2024
1 parent a1f7ccb commit 212084e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
# name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io
IMAGE_NAME: Typed-PID-Maker # repo name != app name in our case!
IMAGE_NAME: kit-data-manager/Typed-PID-Maker # repo name != app name in our case!

# Two jobs for creating and pushing Docker image
# - build-and-push-image -> triggered by commits on main and tagging with semantic version (e.g.: v1.2.3)
Expand Down

0 comments on commit 212084e

Please sign in to comment.