Skip to content

Commit

Permalink
Remove 'verify' job from 'publish' action
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Aug 14, 2023
1 parent db24edd commit cd2bba8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,20 @@
# Container Registry using HCL Bake file.

name: Build Docker Images
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
push:
branches: ['main']
tags: ['*']

jobs:
# Call the Lint & Format workflow before publishing
verify:
uses: ./.github/workflows/lint.yaml

# Call the Tag Generator to generate an image tag to use
tag-generator:
uses: darpa-askem/.github/.github/workflows/tag-generator.yaml@main

# Build and Publish all targets associated with specified group
bake:
needs:
- verify
- tag-generator
uses: darpa-askem/.github/.github/workflows/bake-publish.yml@main
with:
Expand Down

0 comments on commit cd2bba8

Please sign in to comment.