From b1f53995a9e407d87222ffe2a4ca0628cac5e026 Mon Sep 17 00:00:00 2001 From: Johnny Huynh Date: Wed, 7 Jul 2021 10:00:38 +1000 Subject: [PATCH] fix: Removed publish --- docker-compose.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a643856..c388e14 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,18 +11,4 @@ services: - ".:/app" working_dir: /app environment: - - CONVENTIONAL_GITHUB_RELEASER_TOKEN - - publish: - image: johnnyhuy/actions-discord-git-webhook/publish:latest - command: python3 publish.py - build: - context: . - dockerfile: publish.Dockerfile - volumes: - - ".:/app" - - "~/.aws:/root/.aws" - working_dir: /app - environment: - - AWS_DEFAULT_REGION=${AWS_DEFAULT_REGION} - - BUILDKITE_TAG \ No newline at end of file + - CONVENTIONAL_GITHUB_RELEASER_TOKEN \ No newline at end of file