forked from quic-go/quic-go
ci: remove stray GITREF env from Docker interop workflow (#5119)
This commit is contained in:
2
.github/workflows/build-interop-docker.yml
vendored
2
.github/workflows/build-interop-docker.yml
vendored
@@ -36,10 +36,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||||
echo "tag=${GITHUB_REF#refs/tags/}" | tee -a $GITHUB_OUTPUT;
|
echo "tag=${GITHUB_REF#refs/tags/}" | tee -a $GITHUB_OUTPUT;
|
||||||
echo "gitref=${GITHUB_REF#refs/tags/}" | tee -a $GITHUB_OUTPUT;
|
|
||||||
else
|
else
|
||||||
echo 'tag=latest' | tee -a $GITHUB_OUTPUT;
|
echo 'tag=latest' | tee -a $GITHUB_OUTPUT;
|
||||||
echo 'gitref=${{ github.sha }}' | tee -a $GITHUB_OUTPUT;
|
|
||||||
fi
|
fi
|
||||||
- uses: docker/build-push-action@v6
|
- uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user