Skip to content

Commit

Permalink
Use Dockerfile to grab image from ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Sep 9, 2021
1 parent c19f9f5 commit 89fecf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Container image that runs your code
FROM ghcr.io/unidata/thredds-test-action:v2
USER root
ENV GITHUB_ACTIONS="YEP"
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'ghcr.io/unidata/thredds-test-action:v2'
image: 'Dockerfile'
args:
- ${{ inputs.java-vendor}}
- ${{ inputs.java-version }}
Expand Down

0 comments on commit 89fecf8

Please sign in to comment.