diff options
author | Paramtamtam <[email protected]> | 2019-12-24 19:00:12 +0500 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-24 19:00:12 +0500 |
commit | f2f5ca19975315c1c9345798eeeb15ceb839836f (patch) | |
tree | 317e29fd9cfe87b108f5f7e1776b5f5052bc09c0 /.github/workflows/ci-build.yml | |
parent | fbd2022729ab7ffe4eee8ba8b7357ba179e4d010 (diff) |
Update ci-build.yml
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r-- | .github/workflows/ci-build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 63b95c72..360c4f30 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -95,12 +95,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v1 + uses: actions/checkout@v2 with: fetch-depth: 1 - name: Build image - run: docker build -t roadrunner -f Dockerfile . + run: docker build -t rr:local -f Dockerfile . - name: Try to execute - run: docker run --rm roadrunner -v + run: docker run --rm rr:local -v |