From cc88f345a2667b3ee15835d58414578a95f96287 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Thu, 19 Dec 2024 13:55:12 +0100 Subject: [PATCH 1/4] test --- .gitea/workflows/build.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a860de3..e9ebfbd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,16 +1,16 @@ name: build -on: - pull_request: - types: - - closed - branches: - - main +on: push +# pull_request: +# types: +# - closed +# branches: +# - main jobs: build: runs-on: remote steps: - - uses: actions/checkout@v4 - - uses: docker/login-action@v1 + - uses: git.simonis.lol/actions/checkout@v4 + - uses: git.simonis.lol/actions/login@v1 with: registry: git.simonis.lol username: ${{ vars.DOCKER_USER }} -- 2.47.2 From 348c404c89e2a5d6ba3b4dc61a09593b5c296dbe Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Thu, 19 Dec 2024 13:59:27 +0100 Subject: [PATCH 2/4] test --- .gitea/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e9ebfbd..3bc272b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,3 +21,4 @@ jobs: - name: push run: docker push git.simonis.lol/sites/file-explorer:latest +# \ No newline at end of file -- 2.47.2 From 2ad634693d966e6c19e302db2521cd04c61564ab Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Thu, 19 Dec 2024 14:00:06 +0100 Subject: [PATCH 3/4] test --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3bc272b..9544c29 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,8 +9,8 @@ jobs: build: runs-on: remote steps: - - uses: git.simonis.lol/actions/checkout@v4 - - uses: git.simonis.lol/actions/login@v1 + - uses: https://git.simonis.lol/actions/checkout@v4 + - uses: https://git.simonis.lol/actions/login@v1 with: registry: git.simonis.lol username: ${{ vars.DOCKER_USER }} -- 2.47.2 From 27b597245b879e319084a3fe0c0d52baf5839cce Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Thu, 19 Dec 2024 14:06:21 +0100 Subject: [PATCH 4/4] remove debug stuff --- .gitea/workflows/build.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9544c29..868d467 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,10 +1,10 @@ name: build -on: push -# pull_request: -# types: -# - closed -# branches: -# - main +on: + pull_request: + types: + - closed + branches: + - main jobs: build: runs-on: remote @@ -21,4 +21,3 @@ jobs: - name: push run: docker push git.simonis.lol/sites/file-explorer:latest -# \ No newline at end of file -- 2.47.2