diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index ddbf881..b08881d 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -69,7 +69,7 @@ jobs: - name: Build and Push uses: docker/build-push-action@v6 with: - context: . + context: ./rviz2xpra file: ./rviz2xpra/Dockerfile platforms: linux/amd64 cache-from: type=gha @@ -77,7 +77,6 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - target: final build-args: | BASE_IMAGE=osrf/ros:humble-desktop-full GIT_REPO_VERSION=${{ github.ref_name }} diff --git a/README.md b/README.md index d81c6fb..7c4dc01 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Browser-based RViz2 using XPRA HTML5. Works on Windows/macOS/Linux without X11 o docker compose -f docker-compose.run-without-config.yml up ``` +Running with workflow. + Open **http://localhost:14500/** ## Production Use