docker-node-alpine-git-gyp/.github/workflows/dockerimage.yml
dependabot[bot] d8aee67149
build(deps): bump actions/checkout from 2 to 2.3.4 (#128)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 08:14:00 +00:00

14 lines
376 B
YAML

name: Test Docker image
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Build the Docker image
run: |
docker run -i $(docker build -q 12) /bin/sh -c "node --version && git --version"
docker run -i $(docker build -q 14) /bin/sh -c "node --version && git --version"