Skip to content

Commit

Permalink
docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Dec 26, 2024
1 parent 732218d commit 261d890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-buid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
df -h
pwd
docker buildx build . -f "Dockerfile.app" -t sk81biz/4testing-docspace-file-services:1.0.1 --build-arg GIT_BRANCH="develop"\
--platform=${{ matrix.platform } --target src-test --push
--platform=${{ matrix.platform }} --target src-test --push
echo "version=${DOCKER_TAG}" >> "$GITHUB_OUTPUT"
shell: bash
Expand Down

0 comments on commit 261d890

Please sign in to comment.