Skip to content

Commit

Permalink
Dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
satackey committed Dec 30, 2019
1 parent 75b0e97 commit c9e8835
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ inputs:
description: 'Docker image to execute latexmk command'
required: true

build-files:
description: 'List of TeX files separated by lines to build'
required: true

host-workspace:
description: 'Location of directory to build'
required: false
Expand All @@ -15,10 +19,6 @@ inputs:
required: false
default: /work

build-files:
description: 'List of TeX files separated by lines to build'
required: true

latexmk-options:
required: false

Expand All @@ -27,8 +27,8 @@ branding:
color: green

runs:
using: 'docker'
image: 'Dockerfile'
using: docker
image: docker://satackey/action-latexmk:v1.0.0
env:
BUILD_IMAGE: ${{ inputs.docker-image }}
HOST_WORKSPACE: ${{ inputs.host-workspace }}
Expand Down

0 comments on commit c9e8835

Please sign in to comment.