Skip to content

Commit

Permalink
Expect array values
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 2, 2024
1 parent 927c9de commit ba638af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reusable-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
push: true
build-args: |
CKAN_VERSION=${{ inputs.ckan-version }}
tags: ${{ fromJson(inputs.base-tags) }}
tags: |
${{ fromJson(inputs.base-tags) }}
- name: Build ${{ inputs.ckan-major-version }} dev
uses: docker/build-push-action@v6
Expand All @@ -56,4 +57,5 @@ jobs:
push: true
build-args: |
CKAN_VERSION=${{ inputs.ckan-version }}
tags: ${{ fromJson(inputs.dev-tags) }}
tags: |
${{ fromJson(inputs.dev-tags) }}

0 comments on commit ba638af

Please sign in to comment.