Skip to content

Commit

Permalink
Worflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 2, 2024
1 parent 2acd1c3 commit 40234d5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-2.10-py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ jobs:
with:
ckan-major-version: "2.10"
ckan-version: "2.10.4"
docker-file: "Dockerfile.py3.9"
base-tags: '["ckan/ckan-base:2.10-py3.10", "ckan/ckan-base:2.10.4-py3.10"]'
dev-tags: '["ckan/ckan-dev:2.10-py3.10", "ckan/ckan-dev:2.10.4-py3.10"]'
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-2.9-py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ jobs:
with:
ckan-major-version: "2.9"
ckan-version: "2.9.11"
docker-file: "Dockerfile.py3.9"
base-tags: '["ckan/ckan-base:2.9-py3.9", "ckan/ckan-base:2.9.11-py3.9"]'
dev-tags: '["ckan/ckan-dev:2.9-py3.9", "ckan/ckan-dev:2.9.11-py3.9"]'
15 changes: 8 additions & 7 deletions .github/workflows/publish-docker-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ on:
schedule:
- cron: '15 5 * * *'

call-reusable-workflow:
uses: ./.github/workflows/reusable-docker-publish.yml
with:
ckan-major-version: "master"
ckan-version: "master"
base-tags: '["ckan/ckan-base:master", "ckan/ckan-base:master-py3.10"]'
dev-tags: '["ckan/ckan-dev:master", "ckan/ckan-dev:master-py3.10"]'
jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable-docker-publish.yml
with:
ckan-major-version: "master"
ckan-version: "master"
base-tags: '["ckan/ckan-base:master", "ckan/ckan-base:master-py3.10"]'
dev-tags: '["ckan/ckan-dev:master", "ckan/ckan-dev:master-py3.10"]'
1 change: 1 addition & 0 deletions .github/workflows/reusable-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
docker-file:
required: false
default: 'Dockerfile'
type: string

jobs:
build:
Expand Down

0 comments on commit 40234d5

Please sign in to comment.