Skip to content

Commit

Permalink
bump to 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intrand committed Dec 11, 2024
1 parent cb27032 commit 074abad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-buildx_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 074abad

Please sign in to comment.