From a1821cb093bdce26d31ea0a0ff23215681b58ed6 Mon Sep 17 00:00:00 2001 From: kaiot Date: Wed, 13 Jul 2022 18:23:13 +0300 Subject: [PATCH] Delete .github/workflows directory --- .github/workflows/deploy | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/deploy diff --git a/.github/workflows/deploy b/.github/workflows/deploy deleted file mode 100644 index 2f83969a..00000000 --- a/.github/workflows/deploy +++ /dev/null @@ -1,23 +0,0 @@ -name: Docker Image CI - -on: - push: - branches: - - 'master' -jobs: - build-container: - name: Build Docker container image - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Login to Docker Hub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - - name: Publish to Docker Hub - uses: docker/build-push-action@v2 - with: - push: true - tags: ${{ secrets.DOCKER_HUB_USERNAME }}/wg:latest