Skip to content

Updating workflows to use reusable #1

Updating workflows to use reusable

Updating workflows to use reusable #1

Workflow file for this run

name: Build and Push Image
on:
push:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
tags:
- "**"
branches:
- 'integration'
- 'release/version*'
- 'docker-images'
workflow_dispatch:
jobs:
call-reusable-workflow:
uses: nationalsecurityagency/datawave/.github/workflows/microservice-build-image.yaml@integration

Check failure on line 15 in .github/workflows/build-images.yml

View workflow run for this annotation

GitHub Actions / Build and Push Image

Invalid workflow file

The workflow is not valid. .github/workflows/build-images.yml (Line: 15, Col: 11): Secret USER_NAME is required, but not provided while calling. .github/workflows/build-images.yml (Line: 15, Col: 11): Secret ACCESS_TOKEN is required, but not provided while calling.