Skip to content

Commit

Permalink
Fix typo in get-build-container-names output
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 1, 2024
1 parent 6deee3f commit 41fc2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
echo "image_name=$current_image_name" >> $GITHUB_OUTPUT
outputs:
tag_name: ${{ steps.create-container-name.outputs.tag_name }}
image_name: ${{ steps.create-container-name.outputs.current_image_name }}
container_name: ${{ steps.create-container-name.outputs.current_image_name }}:${{ steps.create-container-name.outputs.tag_name }}
image_name: ${{ steps.create-container-name.outputs.image_name }}
container_name: ${{ steps.create-container-name.outputs.image_name }}:${{ steps.create-container-name.outputs.tag_name }}

maybe-build-container:
name: Create build container image
Expand Down

0 comments on commit 41fc2b5

Please sign in to comment.