Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Dec 26, 2024
1 parent b185569 commit aa1fde9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-buid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
- name: Build 4testing
id: build
run: |
df -h
DOCKER_TAG=develop.${{ github.run_number }}
export DOCKER_TAG
docker buildx build -f "Dockerfile.app" -t sk81biz/4testing-docspace-file-services:1.0.1 --build-arg GIT_BRANCH="develop" --target src-test\
--push .
df -h
docker buildx build . -f "Dockerfile.app" -t sk81biz/4testing-docspace-file-services:1.0.1 --build-arg GIT_BRANCH="develop"\
--platform="linux/amd64,linux/arm64" --target src-test --push
echo "version=${DOCKER_TAG}" >> "$GITHUB_OUTPUT"
shell: bash
Expand Down

0 comments on commit aa1fde9

Please sign in to comment.