Pass secrets to called worflow #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and push CKAN 2.9 images (alpine) | ||
on: push | ||
jobs: | ||
call-reusable-workflow: | ||
uses: ./.github/workflows/reusable-docker-publish.yml | ||
with: | ||
ckan-major-version: "2.9" | ||
ckan-version: "2.9.11" | ||
base-tags: '["ckan/ckan-base:2.9", "ckan/ckan-base:2.9.11"]' | ||
dev-tags: '["ckan/ckan-dev:2.9", "ckan/ckan-dev:2.9.11"]' | ||
secrets: | ||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | ||
Check failure on line 14 in .github/workflows/publish-docker-2.9.yml
|
||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} |