Skip to content

Commit

Permalink
[WIP] Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Nov 7, 2024
1 parent db32108 commit 69d0942
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ jobs:
echo "RELEASE_VERSION=latest" >> $GITHUB_ENV
else
echo "RELEASE_VERSION=${PULL_NAME#webrepl-}" >> $GITHUB_ENV
fi
fi &&
DOCKER_HOST=$(docker context inspect default --format '{{.Endpoints.docker.Host}}') &&
echo "${DOCKER_HOST}" &&
echo "DOCKER_HOST=${DOCKER_HOST}" >> $GITHUB_ENV
- name: Set up Maven if needed
if: ${{ env.ACT }}
Expand Down

0 comments on commit 69d0942

Please sign in to comment.