Skip to content

Create docker-action.yml #10

Create docker-action.yml

Create docker-action.yml #10

Workflow file for this run

name: GitHub Actions Demo
on:
push:
branches: [main]
paths-ignore: [ .github/ ]
schedule: [cron: '15 6 * * 0']
workflow_dispatch:
jobs:
Build:
runs-on: ubuntu-latest
steps:
- run: |
echo "Triggered from ${{ github.event_name }}"
echo "For reference ${{ github.ref }}"
- uses: actions/[email protected]
- name: list files
run: tree