diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml deleted file mode 100644 index 32d160b840..0000000000 --- a/.github/workflows/docker_publish.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Docker Build - -on: - push: - branches: - - master - -jobs: - publish: - if: "!contains(github.event.head_commit.message, '[ci skip]')" - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v2 - - - name: Build and Publish Docker Image to Registry - uses: elgohr/Publish-Docker-Github-Action@master - with: - name: tgstation/tgstation - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - dockerfile: Dockerfile - tags: "latest" - cache: true