From 4e99aa6177d11ad5d6df8c314a09fad52af50736 Mon Sep 17 00:00:00 2001 From: Aditya Prima Date: Thu, 21 Mar 2024 16:21:03 +0700 Subject: [PATCH] Updated build stage --- .gitea/workflows/build.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2b0b939..5576f4d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,7 +8,8 @@ jobs: build: name: Build and push image runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest + container: + image: catthehacker/ubuntu:act-latest steps: - name: Check out repository code uses: actions/checkout@v3 @@ -18,11 +19,6 @@ jobs: echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - with: - driver: kubernetes - driver-opts: | - namespace=gitea - qemu.install=true - name: Login to Docker Registry uses: docker/login-action@v3 with: