Skip to content

Commit

Permalink
Fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Oct 2, 2023
1 parent 4ecd0a2 commit 4c0c627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ckan-spatial
TAG: ghcr.io/ckan-spatial::${{ github.head_ref }}
TAG: ghcr.io/ckan-spatial:${{ github.head_ref }}
CONTEXT: .
BRANCH: ${{ github.head_ref }}
DOCKERFILE_PATH: /ckan
Expand Down

0 comments on commit 4c0c627

Please sign in to comment.