Skip to content

Commit

Permalink
shift xeol job up to use built image
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Aug 8, 2023
1 parent c98cdca commit 873c136
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/dockle_xeol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:

jobs:
dockle:
name: dockle
name: dockle/xeol
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build an image from Dockerfile
run: |
LABKEY_VERSION=HelloWorld make build
- name: Run dockle
- name: Run dockle on helloworld image
uses: goodwithtech/[email protected]
env:
DOCKER_CONTENT_TRUST: 0
Expand All @@ -29,19 +29,12 @@ jobs:
exit-code: '1'
exit-level: 'warn'
ignore: 'CIS-DI-0009,CIS-DI-0010'
xeol:
name: xeol
needs: dockle
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: xeol-dir
- name: Run xeol on helloworld image
uses: noqcks/[email protected]
with:
path: "."
- name: xeol-image
image: "labkey/community:helloworld"
- name: Run xeol on dir
uses: noqcks/[email protected]
with:
# created by 'dockle' job above
image: "labkey/community:helloworld"
path: "."

0 comments on commit 873c136

Please sign in to comment.