Skip to content

Commit

Permalink
should work
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Sep 20, 2024
1 parent 889bfe0 commit ab9dd1f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build-simplex-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,7 @@ jobs:
echo "Using specified version: ${{ github.event.inputs.simplex_version }}"
echo "SIMPLEX_VERSION=${{ github.event.inputs.simplex_version }}" >> $GITHUB_ENV
fi
- name: List directory contents
run: |
echo "Current directory:"
pwd
echo "Contents of current directory:"
ls -la
echo "Contents of .github directory:"
ls -la .github
- name: Build and push Docker image for x86 and arm
run: |
echo "Building SimpleX version: $SIMPLEX_VERSION"
Expand All @@ -80,9 +71,8 @@ jobs:
--file .github/Dockerfile.simplex \
--tag ghcr.io/${REPO_NAME}:$SIMPLEX_VERSION \
--build-arg SIMPLEX_VERSION=$SIMPLEX_VERSION \
--progress=plain \
--push \
.
simplex-chat
- name: Image build complete
run: echo "Docker image has been built and published."

0 comments on commit ab9dd1f

Please sign in to comment.