Skip to content

Allow any value for the content stream, not hardcoded values. #113

Allow any value for the content stream, not hardcoded values.

Allow any value for the content stream, not hardcoded values. #113

name: Build, scan and push to Docker Hub
on:
push:
tags:
- '*'
branches:
- master
jobs:
run_docker_build_workflow:
uses: ukwa/ukwa-services/.github/workflows/push-to-docker-hub.yml@master
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}