Skip to content

Commit

Permalink
update to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
intrand committed May 30, 2023
1 parent bf3caee commit b255e51
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=7.4.0
version=8.0.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=7.4.0
version=8.0.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 7.4.0 # or whatever version of ansible you like
./build.sh 8.0.0 # or whatever version of ansible you like
```

# aliases / using the containers

```sh
. ./aliases.sh 7.4.0 # or whatever version of ansible you like
. ./aliases.sh 8.0.0 # or whatever version of ansible you like
```

```sh
Expand Down

0 comments on commit b255e51

Please sign in to comment.