Skip to content

Latest commit

 

History

History

docker-setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Setup docker

Description

This action install and configure docker in the current job.

Examples

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Code
        uses: actions/checkout@v3
        with:
          ref: ${{ inputs.ref }}

      - name: Setup docker
        uses: cern-sis/gh-workflows/.github/actions/[email protected]