Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #149 from defenseunicorns/github-artifact-build
Browse files Browse the repository at this point in the history
dependency between jobs
  • Loading branch information
Gerred Dillon authored Jul 14, 2023
2 parents 40fd997 + 962e1f1 commit a03a7ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
api:
images:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,6 +23,7 @@ jobs:
run: make base base-push api api-push
zarf:
runs-on: ubuntu-latest
needs: images
steps:
- name: Check out code
uses: actions/checkout@v2
Expand All @@ -38,6 +39,8 @@ jobs:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.28.2
download-init-package: false
- name: Run Makefile command
run: make api base repeater
- name: Build Zarf Package
# just building, not pushing them
run: zarf package create . --confirm
Expand Down

0 comments on commit a03a7ff

Please sign in to comment.