diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-26 22:15:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 22:15:19 -0400 |
commit | 118a8d93c577fdbcef136f17d64791ebc9cd58e4 (patch) | |
tree | f7389732bd4aad9323a3ac4ec4df53542dd37a3e | |
parent | 311f383ea4ef3d7f3d0682b5d889b62cd0fe2f77 (diff) | |
parent | bb2a63e35709ae4db761d0a7747ba0b51627a138 (diff) |
Merge pull request #289 from pret/PikalaxALT-patch-1
Delete Docker workflow
-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) |