.gitea/workflows/path-docker.yml gelöscht
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user