Updated build stage
Build and push image / Build and push image (push) Failing after 1m45s
Details
Build and push image / Build and push image (push) Failing after 1m45s
Details
This commit is contained in:
parent
c283955fac
commit
4e99aa6177
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue