Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nkononov committed Mar 21, 2024
1 parent e9b3bf1 commit 581fa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
echo "Image pushed to ${{ steps.extract_branch.outputs.image_version }}"
echo "Variable is ${{ env.MY_VAR }}"
env:
MY_VAR: ${{ image_version }}
MY_VAR: ${{ steps.extract_branch.outputs.image_version }}

# uses: docker/setup-qemu-action@v3

0 comments on commit 581fa80

Please sign in to comment.