Skip to content

Commit

Permalink
Create docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
erichorwath authored Jul 17, 2023
1 parent 93df856 commit b9d0ad6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: docker info


on:
push:
branches: [ "main" ]

workflow_dispatch:

jobs:
run:
name: Run
runs-on: ubuntu-22.04

steps:
- name: docker info
run: |
docker info

0 comments on commit b9d0ad6

Please sign in to comment.