From 84d707747a3958d6166c93edb5cd06b6e7cc3550 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 9 Aug 2021 13:29:52 -0400 Subject: [PATCH] Remove workflow --- .github/workflows/deploy.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index f34904f..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: deploy-dotfiles - -on: - push: - branches: [ main ] - - pull_request: - branches: [ main ] - -jobs: - deploy: - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - - steps: - name: Checkout - uses: actions/checkout@v2 - - name: Login to Github Container Registry - uses: docker/login-action@v2 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - name: Build and Push Docker Image - uses: docker/build-push-action@v2 - with: - push: true - tags: | - ghcr.io/${{ github.repository }}:${{ github.ref }} - ghcr.io/${{ github.repository }}:latest - \ No newline at end of file