refactor: remove obsolete deploy workflow and comment out caching steps in Docker build workflow
All checks were successful
Build and Push Docker Image / build (push) Successful in 43s

This commit is contained in:
Felix Schlusche
2025-10-24 16:07:27 +02:00
parent ea4bda3658
commit f84867fe1b
2 changed files with 9 additions and 58 deletions

View File

@@ -19,15 +19,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache Gitea Actions
uses: actions/cache@v3
with:
path: |
~/.cache/actcache
~/.cache/act
key: ${{ runner.os }}-act-${{ hashFiles('**/.gitea/workflows/*.yml') }}
restore-keys: |
${{ runner.os }}-act-
# - name: Cache Gitea Actions
# uses: actions/cache@v3
# with:
# path: |
# ~/.cache/actcache
# ~/.cache/act
# key: ${{ runner.os }}-act-${{ hashFiles('**/.gitea/workflows/*.yml') }}
# restore-keys: |
# ${{ runner.os }}-act-
- name: Checkout code
uses: actions/checkout@v4