From 074abad770bd073c464b3f77485a0246dd29ed27 Mon Sep 17 00:00:00 2001 From: intrand Date: Wed, 11 Dec 2024 15:27:52 -0600 Subject: [PATCH] bump to 11.1.0 --- .github/workflows/ansible-buildx_only.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ansible-buildx_only.yml b/.github/workflows/ansible-buildx_only.yml index 06bf20f..3cdf0dd 100644 --- a/.github/workflows/ansible-buildx_only.yml +++ b/.github/workflows/ansible-buildx_only.yml @@ -56,7 +56,7 @@ jobs: # type=ref,event=tag # type=semver,pattern={{ version }} build-args: | - version=10.6.0 + version=11.1.0 - name: build and push id: docker_build uses: docker/build-push-action@v3 @@ -65,7 +65,7 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ env.image_name }} build-args: | - version=10.6.0 + version=11.1.0 labels: ${{ steps.meta.outputs.labels }} - name: sign diff --git a/README.md b/README.md index dfea7bb..02b2839 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ simple ansible in docker # build locally ```sh -./build.sh 10.6.0 # or whatever version of ansible you like +./build.sh 11.1.0 # or whatever version of ansible you like ``` # aliases / using the containers ```sh -. ./aliases.sh 10.6.0 # or whatever version of ansible you like +. ./aliases.sh 11.1.0 # or whatever version of ansible you like ``` ```sh