Updated build stage
Build and push image / Build and push image (push) Failing after 1m45s Details

This commit is contained in:
Aditya Prima 2024-03-21 16:21:03 +07:00
parent c283955fac
commit 4e99aa6177
1 changed files with 2 additions and 6 deletions

View File

@ -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: