From 857f04f4ae8a742eca9e02629a7bafc806129dae Mon Sep 17 00:00:00 2001 From: x42en Date: Wed, 18 Mar 2026 18:44:30 +0100 Subject: [PATCH] fix(ci): Resolve deployment issues --- .github/workflows/release.yml | 13 ++++--------- .github/workflows/test.yml | 3 +++ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db49b3f..73f4918 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,9 @@ on: types: [published] workflow_dispatch: +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + permissions: contents: read packages: write @@ -47,12 +50,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - # - name: Login to Docker Hub - # uses: docker/login-action@v3 - # with: - # username: ${{ secrets.DOCKERHUB_USERNAME }} - # password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: @@ -64,9 +61,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: | - upki - ghcr.io/${{ github.repository }} + images: ghcr.io/${{ github.repository }} tags: | type=ref,event=branch type=sha diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3922f23..cff21c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,9 @@ on: - main - master +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + permissions: contents: read checks: write