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: |
|
||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||
echo "tag=${GITHUB_REF#refs/tags/}" | tee -a $GITHUB_OUTPUT;
|
||||
echo "gitref=${GITHUB_REF#refs/tags/}" | tee -a $GITHUB_OUTPUT;
|
||||
else
|
||||
echo 'tag=latest' | tee -a $GITHUB_OUTPUT;
|
||||
echo 'gitref=${{ github.sha }}' | tee -a $GITHUB_OUTPUT;
|
||||
fi
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user