diff options
author | red031000 <rubenru09@aol.com> | 2020-10-05 23:01:36 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-10-05 23:01:36 +0100 |
commit | be9205a41e6df7615594bfe47d98adaddb94ab95 (patch) | |
tree | 29a8c295979d58a38cd9a97117d0dce6e1156e83 | |
parent | 79594b0bcd50ad43971a876fc344732319702bfe (diff) | |
parent | 118a8d93c577fdbcef136f17d64791ebc9cd58e4 (diff) |
Merge branch 'master' of https://github.com/pret/pokediamond into master
-rw-r--r-- | .github/workflows/docker-image.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml deleted file mode 100644 index 830925a8..00000000 --- a/.github/workflows/docker-image.yml +++ /dev/null @@ -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 . --file contrib/docker/Dockerfile --tag my-image-name:$(date +%s) |