From 1900a3ddb85c37604c37163c155897fc4c5cd1ce Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 20 Feb 2025 21:24:13 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Removed=20workflow=20file=20from?= =?UTF-8?q?=20wrong=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/docker-image.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/docker-image.yml diff --git a/.github/docker-image.yml b/.github/docker-image.yml deleted file mode 100644 index cd177d6..0000000 --- a/.github/docker-image.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Docker Image CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@v5 - with: - name: frishi/threetwo-acquisition-service - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file