From a0b52ec2c78f24c916e1ac01ab0758affef42725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delgatte?= Date: Thu, 17 Oct 2024 15:42:48 +0200 Subject: [PATCH] chore: update documentation for docker push and experiment version --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01d970e..2d7f020 100644 --- a/README.md +++ b/README.md @@ -121,11 +121,12 @@ This workflow build and push a docker image to an elastic container repository. ```yaml jobs: image: - uses: sencrop/github-workflows/.github/workflows/docker-push-v3.yml@master + uses: sencrop/github-workflows/.github/workflows/docker-push-v4.yml@master secrets: inherit with: image_name: your-image-name image_tag: your-image-tag + cpu_architecture: arm64 ``` If you build often your docker image you might benefit from the built @@ -158,10 +159,11 @@ This workflow build an experimental docker version and send the build ID to the ```yaml jobs: image: - uses: sencrop/github-workflows/.github/workflows/docker-experiment-v1.yml@master + uses: sencrop/github-workflows/.github/workflows/docker-experiment-v2.yml@master secrets: inherit with: image_name: your-image-name + cpu_architecture: arm64 ``` ## ECS workflows