Skip to content

feat: add exec-atlantis bash script #66

feat: add exec-atlantis bash script

feat: add exec-atlantis bash script #66

Workflow file for this run

---
name: docker
on:
push:
branches:
- 'master'
paths:
- 'config/**'
- 'scripts/**'
- 'Dockerfile'
- '.github/workflows/docker.yaml'
- '!**.md'
- '!.github/mkdocs.yaml'
- '!docs/**'
jobs:
docker:
runs-on: ubuntu-20.04
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Login to DockerHub
uses: docker/login-action@v1
with:
username: shmileee
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: shmileee/dotfiles:latest