Skip to content

testing actions workflow #18

testing actions workflow

testing actions workflow #18

Workflow file for this run

name: docker_logdna CI
on: [push]
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Build Docker Image
run: |
docker build -t rootfsimage .