diff --git a/.gitea/workflows/path-docker.yml b/.gitea/workflows/path-docker.yml deleted file mode 100644 index 28821f4..0000000 --- a/.gitea/workflows/path-docker.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Patch Docker Image for borg-ui - -on: - workflow_dispatch: - push: - tags: - - v.* -env: - PACKAGE_TOKEN: ${{secrets.PACKAGE_TOKEN}} -jobs: - build: - name: "re-build borg-ui" - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - id-token: write - strategy: - fail-fast: false - steps: - - uses: actions/checkout@v3 - - uses: docker/setup-qemu-action@v3 - - uses: docker/setup-buildx-action@v3 - with: - buildkitd-flags: --debug - - uses: docker/login-action@v3 - with: - registry: git.jespersen.zip - username: jespersen - password: ${{ secrets.PACKAGE_TOKEN }} - - - uses: docker/build-push-action@v5 - with: - context: . - file: Dockerfile - platforms: linux/amd64 - push: true - tags: | - git.jespersen.zip/jespersen/borg-ui-patch:latest \ No newline at end of file