aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea
diff options
context:
space:
mode:
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/release.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml
index db440f8..12e6b1f 100644
--- a/.gitea/workflows/release.yaml
+++ b/.gitea/workflows/release.yaml
@@ -11,9 +11,6 @@ jobs:
release-default:
runs-on: ubuntu-latest
steps:
- - name: Collect Workflow Telemetry
- uses: catchpoint/workflow-telemetry-action@v2
-
- name: Checkout
uses: actions/checkout@v4
@@ -45,8 +42,9 @@ jobs:
context: core
file: core/Dockerfile
push: false
+ platforms: linux/amd64 # load not supported for multi-platform builds
no-cache: true
- load: true
+ load: true # load is required to use the image in analyze trivy step
tags: |
${{ secrets.DOCKER_REGISTRY_USER}}/yt-local:latest
${{ secrets.DOCKER_REGISTRY_USER}}/yt-local:${{ env.VERSION }}