Skip to content

Commit

Permalink
ci: fix docker file location
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Nov 28, 2023
1 parent c4442a3 commit 0690e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
sleep 10
docker container logs "$containerId"
curl -I http://localhost:8080/
echo "dockerFileLocation=$($PWD/build/docker/main/Dockerfile)" >> "$GITHUB_OUTPUT"
echo "dockerFileLocation=$PWD/build/docker/main/Dockerfile" >> "$GITHUB_OUTPUT"
- name: Docker / Publish to GitHub Registry
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 0690e12

Please sign in to comment.