diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml deleted file mode 100644 index 3d03516..0000000 --- a/.forgejo/workflows/build-image.yml +++ /dev/null @@ -1,21 +0,0 @@ -on: [push] -jobs: - build: - runs-on: docker - steps: - - name: Checkout the repo - uses: actions/checkout@v4 - - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v1 - - name: Login to Forgejo - uses: docker/login-action@v3 - with: - registry: git.adrianux.net/ahoemann/ - username: ${{ vars.FORGEJO_USERNAME }} - password: ${{ secrets.FORGEJO_PASSWORD }} - - name: Build and Push - uses: docker/build-push-action@v6 - with: - push: true - tags: docker pull git.adrianux.net/ahoemann/adrianux.net:1.2.0 - file: Dockerfile \ No newline at end of file