Skip to content

Commit

Permalink
force set GITHUB_SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Broudeur committed Mar 13, 2024
1 parent ac13078 commit 713be8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-oonodz-aylin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "COPY --from=builder /build/jvrKsTB9MfYGnAXtxbzFYpXKceXr9J8J8ej6uWGrYM5tXswhJ /root/.avalanchego/plugins/jvrKsTB9MfYGnAXtxbzFYpXKceXr9J8J8ej6uWGrYM5tXswhJ" >> Dockerfile
fi
if [ -z "$GITHUB_TAG" ]; then
if [ -n "$GITHUB_TAG" ]; then
TAG_END=$GITHUB_TAG
else
TAG_END=$GITHUB_SHA
Expand All @@ -53,3 +53,4 @@ jobs:
PUSH_DOCKER_IMAGE: true
DOCKERHUB_REPO: logisticx/ava
GITHUB_TAG: ${{ steps.get_tag.outputs.tag }}
GITHUB_SHA: ${{ github.sha }}

0 comments on commit 713be8a

Please sign in to comment.