Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Jul 10, 2024
1 parent 7067840 commit 7c100ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:


env:
IMAGE_NAME: pdal_ign_plugin
IMAGE_NAME: ${{ github.repository }}
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io

Expand All @@ -26,10 +26,10 @@ jobs:
uses: actions/checkout@v4

# - name: Build docker image
# run: docker build -t ${{ env.DOCKER_IMAGE_NAME }}:test .
# run: docker build -t ${{ env.IMAGE_NAME }}:test .

# - name: Run tests in docker image
# run: docker run ${{ env.DOCKER_IMAGE_NAME }}:test python -m pytest
# run: docker run ${{ env.IMAGE_NAME }}:test python -m pytest

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down

0 comments on commit 7c100ba

Please sign in to comment.