Browse Source

Merge branch 'master' of github.com:ADawesomeguy/AwesomeSciBo

pull/13/head
Abheek Dhawan 3 years ago
parent
commit
f610c93791
  1. 18
      .github/workflows/docker-image.yml

18
.github/workflows/docker-image.yml

@ -1,18 +0,0 @@
name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -t awscibo . --file Dockerfile --tag awscibo:$(date +%s)
Loading…
Cancel
Save