diff --git a/.github/workflows/ansible-buildx_only.yml b/.github/workflows/ansible-buildx_only.yml index 2012a99..b8cfd8a 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=9.1.0 + version=10.3.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.1.0 + version=10.3.0 labels: ${{ steps.meta.outputs.labels }} - name: sign diff --git a/README.md b/README.md index d51fde9..38ca8a6 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ simple ansible in docker # build locally ```sh -./build.sh 10.1.0 # or whatever version of ansible you like +./build.sh 10.3.0 # or whatever version of ansible you like ``` # aliases / using the containers ```sh -. ./aliases.sh 10.1.0 # or whatever version of ansible you like +. ./aliases.sh 10.3.0 # or whatever version of ansible you like ``` ```sh