From fcf3178611b8108c027d4200708c74b2d271a4fd Mon Sep 17 00:00:00 2001 From: djpbessems Date: Thu, 6 Jun 2024 17:47:08 +1000 Subject: [PATCH] build: Rebase container image --- .gitea/workflows/actions.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 9ff27e4..45590e4 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -86,9 +86,6 @@ jobs: - name: Build & push container image uses: docker/build-push-action@v5 with: - build-args: | - REPO_USERNAME=${{ secrets.REPO_USERNAME }} - REPO_PASSWORD=${{ secrets.REPO_PASSWORD }} context: . tags: code.spamasaurus.com/djpbessems/json-server:${{ needs.semrel_dryrun.outputs.version }} provenance: false @@ -103,7 +100,7 @@ jobs: name: Helm chart runs-on: dind needs: semrel_dryrun - container: ghcr.io/catthehacker/ubuntu:act-latest + container: alpine/helm steps: - name: Check out repository code uses: actions/checkout@v4