Skip to content

Commit

Permalink
docker: fix image name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pfeil committed Oct 23, 2024
1 parent 660cfba commit 9d1bfe6
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: ${{ github.repository }}
IMAGE_NAME: 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 9d1bfe6

Please sign in to comment.