Skip to content

Commit

Permalink
fix base build output arg name error
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang committed Nov 16, 2023
1 parent ce8ba2d commit 6501ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
outputs:
TAG_BASE:
description: "Tags of the base image built"
value: ${{ jobs.build-base.outputs.DOCKER_TAGS }}
value: ${{ jobs.build-base.outputs.DOCKER_TAG }}
TAG_JAX:
description: "Tags of the JAX image built"
value: ${{ jobs.build-jax.outputs.DOCKER_TAG_FINAL }}
Expand Down

0 comments on commit 6501ae9

Please sign in to comment.