Updated to version 0.4

This commit is contained in:
2021-03-26 21:13:21 +07:00
parent 9758e24702
commit b34a9fb6c7
3 changed files with 9 additions and 8 deletions

View File

@@ -2,16 +2,15 @@ name: CI
on:
push:
branches: [ master ]
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cubetiq/starter-docker-actions@v0.3
- uses: cubetiq/starter-docker-actions@v0.4
- name: Starter Docker Test
run: |
docker images
docker ps
docker --version
with:
shell: bash
run: docker version