Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Add github action to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Sep 17, 2019
1 parent b548f1d commit 82413ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,14 @@
name: atlantis-terragrunt main flow

on: [push]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit 82413ba

Please sign in to comment.