Skip to content

Commit

Permalink
implement first running version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Jan 15, 2024
1 parent c166703 commit 9af534d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9af534d

Please sign in to comment.