Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 16, 2020 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/a129162e3508c0b3303b5497cd190159 to your computer and use it in GitHub Desktop.
Save luandevpro/a129162e3508c0b3303b5497cd190159 to your computer and use it in GitHub Desktop.
name: Docker Actions
on: [push]
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: hello-action
uses: ./.github/actions/hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment