Skip to content

Commit

Permalink
ALT
Browse files Browse the repository at this point in the history
  • Loading branch information
cweider committed Feb 2, 2024
1 parent bddbd46 commit ab736cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Placeholder
run: echo "imageid=${{needs.build.outputs.imageid}}"
env:
IMAGEID: ${{needs.build.outputs.imageid}}
run: echo "imageid=$IMAGEID"

0 comments on commit ab736cc

Please sign in to comment.