Update tags

This commit is contained in:
mjanez 2023-10-02 10:39:51 +02:00
parent f7ef261fe1
commit f7032ba67b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ on:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ckan-spatial IMAGE_NAME: ckan-spatial
TAG: ghcr.io/${{ github.repository }}:${{ github.head_ref }} TAG: ghcr.io/ckan-spatial::${{ github.head_ref }}
CONTEXT: . CONTEXT: .
BRANCH: ${{ github.head_ref }} BRANCH: ${{ github.head_ref }}
DOCKERFILE_PATH: /ckan DOCKERFILE_PATH: /ckan

View File

@ -5,7 +5,7 @@ on: workflow_dispatch
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ckan-spatial IMAGE_NAME: ckan-spatial
TAG: ghcr.io/${{ github.repository }}:${{ github.ref_name }} TAG: ghcr.io/ckan-spatial:${{ github.ref_name }}
CONTEXT: . CONTEXT: .
BRANCH: ${{ github.ref_name }} BRANCH: ${{ github.ref_name }}
DOCKERFILE_PATH: /ckan DOCKERFILE_PATH: /ckan