Skip to content

Update README.md to test standard workflow #11

Update README.md to test standard workflow

Update README.md to test standard workflow #11

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