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

Include image tag in built image #1125

Merged
merged 3 commits into from
Feb 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make image building dependent on linting
AetherUnbound committed Feb 4, 2023
commit 4fe7b5d74223c06490b5d566d590bc8f143479cf
4 changes: 3 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
@@ -64,7 +64,9 @@ jobs:
image:
- api
- ingestion_server
needs: get-image-tag
needs:
- get-image-tag
- lint
steps:
- name: Checkout repository
uses: actions/checkout@v3