Skip to content

Commit

Permalink
fix xml synxtac
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy committed Oct 29, 2024
1 parent c116d94 commit 46fd1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if [ -n "${{ inputs.release_version }}" ]; then
BUILD_VERSION="${{ inputs.release_version }}"
else
BUILD_VERSION=$(xml sel -t -v "//_:project/_:version" source/marketplace-service/pom.xml)
BUILD_VERSION=$(xml sel -t -v "//_:project/_:version" /source/marketplace-service/pom.xml)
fi
docker compose -f publish/docker-compose.yml build --build-arg BUILD_ENV=${{ inputs.build_env }} --build-arg BUILD_VERSION=$BUILD_VERSION
Expand Down

0 comments on commit 46fd1fd

Please sign in to comment.