Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit f18a5c3

Browse files
authored
Merge pull request #19 from num-codex/fix-ci-pipeline-step-references
Fix Output Variable Reference in Build Job
2 parents a037a41 + 95ba04f commit f18a5c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ jobs:
9393
uses: docker/build-push-action@v2
9494
with:
9595
context: docker/bpe
96-
tags: ghcr.io/num-codex/codex-processes-ap2/bpe:${{ steps.prep.version }}
96+
tags: ghcr.io/num-codex/codex-processes-ap2/bpe:${{ steps.prep.outputs.version }}
9797
push: true
9898

9999
- name: Build and push FHIR image
100100
uses: docker/build-push-action@v2
101101
with:
102102
context: docker/fhir
103-
tags: ghcr.io/num-codex/codex-processes-ap2/fhir:${{ steps.prep.version }}
103+
tags: ghcr.io/num-codex/codex-processes-ap2/fhir:${{ steps.prep.outputs.version }}
104104
push: true

0 commit comments

Comments
 (0)