Browse Source

Delete docker-image.yml

pull/13/head
Abheek D 3 years ago
committed by GitHub
parent
commit
60f7f3043f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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