Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lng88 committed Apr 21, 2021
1 parent 810fe78 commit 52f8f9a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,12 @@ inputs:
description: 'Project URL'
repo:
description: 'Project Repo'
# runs:
# using: 'docker'
# image: 'Dockerfile'
# runs:
# using: 'docker'
# image: 'docker://ghcr.io/lng-org/biased_lang:v1.test'
runs:
using: 'composite'
steps:
- run: echo "${{inputs.token}}" | docker login ghcr.io -u ${{github.actor}} --password-stdin
shell: bash
- run: docker pull ghcr.io/lng-org/biased_lang:v2.test
shell: bash
- run: echo ${{inputs.path}}
shell: bash
- run: docker run --name pinkpanther -v ${{inputs.path}}:/biased_lang -e GITHUB_URL=${{inputs.url}} -e GITHUB_REPO=${{inputs.repo}} ghcr.io/lng-org/biased_lang:v2.test
shell: bash
- run: docker logs -f pinkpanther
shell: bash

0 comments on commit 52f8f9a

Please sign in to comment.