diff --git a/.github/workflows/build_docker.yaml b/.github/workflows/build_docker.yaml deleted file mode 100644 index 3e95166..0000000 --- a/.github/workflows/build_docker.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: build docker - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v4 - - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Build and push - uses: docker/build-push-action@v6 - with: - context: . - file: ./Dockerfile - push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/api:nightly \ No newline at end of file