Try Docker Buildx with Kubernetes driver
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m35s

This commit is contained in:
2024-03-24 23:12:54 +01:00
parent 9486551ee5
commit 2501dabdba

View File

@@ -11,10 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Docker
run: |
apt-get update
apt-get install -y docker.io
- name: Checkout Repository
uses: actions/checkout@v4
- uses: azure/k8s-set-context@v4
- name: Set Kubernetes Context
uses: azure/k8s-set-context@v4
with:
method: kubeconfig
kubeconfig: ${{secrets.buildx_kubeconfig}}