Skip to content

Commit

Permalink
Update Docker image tags for CKAN and CKAN Solr to use organisation name
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Mar 15, 2024
1 parent c20c50c commit dbc483d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy-ckan-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
LAGOON_VERSION=${{ inputs.lagoon_version}}
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}/ckan-2.9:${{ inputs.ckan_2_9_version}}
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/ckan-2.9:${{ inputs.ckan_2_9_version}}

- name: Build and push CKAN Solr Docker image
uses: docker/build-push-action@v5
Expand All @@ -60,7 +60,7 @@ jobs:
LAGOON_VERSION=${{ inputs.lagoon_version}}
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}/ckan-solr-8:${{ inputs.ckan_2_9_version}}
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/ckan-solr-8:${{ inputs.ckan_2_9_version}}

build-and-push-ckan-2_10:
if: github.event.inputs.ckan_2_10_version != ''
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
LAGOON_VERSION=${{ inputs.lagoon_version}}
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}/ckan-2.10:${{ inputs.ckan_2_10_version}}
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/ckan-2.10:${{ inputs.ckan_2_10_version}}

- name: Build and push CKAN Solr Docker image
uses: docker/build-push-action@v5
Expand All @@ -107,4 +107,4 @@ jobs:
LAGOON_VERSION=${{ inputs.lagoon_version}}
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}/ckan-solr-8:${{ inputs.ckan_2_10_version}}
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/ckan-solr-8:${{ inputs.ckan_2_10_version}}

0 comments on commit dbc483d

Please sign in to comment.