Skip to content

Commit

Permalink
docker containers must run in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 7, 2020
1 parent a8a3f80 commit 593a224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Build:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
# Checkout code
- name: Checkout this Repo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM python:3.8.3-windowsservercore-1809
FROM python:latest

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY enter_rmskin_builder.sh /enter_rmskin_builder.sh
Expand Down

0 comments on commit 593a224

Please sign in to comment.