diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml deleted file mode 100644 index 3d499eb..0000000 --- a/.gitea/workflows/docker-build.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Build and Push Docker Image -on: - push: - branches: [main] - -jobs: - build: - runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Log in to Gitea Container Registry - uses: docker/login-action@v3 - with: - registry: registry.alwisp.com - username: ${{ secrets.REGISTRY_USER }} - password: ${{ secrets.REGISTRY_TOKEN }} - - - name: Build and Push - run: | - docker build -t registry.alwisp.com/${{ gitea.repository_owner }}/${{ gitea.repository }}:latest . - docker push registry.alwisp.com/${{ gitea.repository_owner }}/${{ gitea.repository }}:latest \ No newline at end of file