Skip to content

Commit

Permalink
Take another way to accomplish runtime image changing
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCodeNew committed Sep 24, 2020
1 parent 825b71c commit 0ec3fa5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/sh-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ jobs:
sh_checker_exclude: "LICENSE README.md README.zh-Hans-CN.md"
filed-test:
runs-on: ubuntu-latest
container:
image: centos:centos7.0.1406
# container:
# image: centos:centos7.0.1406
steps:
- name: Checkout
uses: actions/checkout@v2
- name: What OS is running
run: uname -a
# - name: What OS is running
# run: uname -a
- name: Run the filed-test
run: |
sudo bash install-release.sh
uses: docker://centos:centos7.0.1406
with:
args: bash install-release.sh
# run: |
# sudo bash install-release.sh

0 comments on commit 0ec3fa5

Please sign in to comment.