Skip to content

Merge pull request #61 from ldbiz/standard-workflow #59

Merge pull request #61 from ldbiz/standard-workflow

Merge pull request #61 from ldbiz/standard-workflow #59

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/monitor-stat-pusher
context: ./stat-pusher

Check failure on line 15 in .github/workflows/push-to-docker-hub.yml

View workflow run for this annotation

GitHub Actions / Build, scan and push to Docker Hub

Invalid workflow file

The workflow is not valid. .github/workflows/push-to-docker-hub.yml (Line: 15, Col: 16): Invalid input, context is not defined in the referenced workflow.
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}