Try Docker Buildx with Kubernetes driver
Build and Push Docker Image / build_and_push (push) Successful in 1m35s Details

This commit is contained in:
Arnaud Delcasse 2024-03-24 23:12:54 +01:00
parent 9486551ee5
commit 2501dabdba
1 changed files with 7 additions and 1 deletions

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}}