fix: fix workflows

This commit is contained in:
2025-04-01 03:49:22 +08:00
parent 1fca69fa66
commit c34584a215
2 changed files with 2 additions and 109 deletions

View File

@@ -1,4 +1,4 @@
name: Build and Push Testing Torrents Container
name: Testing Torrents Container
on:
workflow_dispatch:
@@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: 'packages/testing-torrents'
file: './Dockerfile'
file: 'packages/testing-torrents/Dockerfile'
push: true
tags: 'ghcr.io/${{ env.ORG }}/${{ env.PROJECT }}-testing-torrents:latest'
cache-from: type=gha