Skip to content

Commit

Permalink
fix checkout ref
Browse files Browse the repository at this point in the history
  • Loading branch information
anixon604 committed Oct 28, 2024
1 parent 8e5e572 commit 9bc102c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
echo "VERSION=${LATEST_TAG}" >> $GITHUB_OUTPUT
fi
- uses: actions/checkout@v4
with:
ref: ${{ steps.get_version.outputs.VERSION }}

- name: 'Build and push obscuro node images'
env:
VERSION: ${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 9bc102c

Please sign in to comment.