diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index dc5f855..53daac5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -47,7 +47,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ghcr.io/vforwater/tbr_template_python + images: ghcr.io/vforwater/tbr_vforwater_loader - name: Build and push uses: docker/build-push-action@v3 diff --git a/Dockerfile b/Dockerfile index 55ae94c..206ea49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN pip install json2args # Do anything you need to install tool dependencies here -RUN echo "Replace this line with a tool" # create the tool input structure RUN mkdir /in