Skip to content

Commit

Permalink
Single python release and review points
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Hinds <luke@stacklok.com>
  • Loading branch information
lukehinds committed Jan 8, 2024
1 parent 9e97dd2 commit 475408c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
file: ./docker/Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}/bandit:latest
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v8

- name: Sign the image
env:
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Container Images
----------------

Bandit is available as a container image, built within the bandit repository
using GitHub Actions. The image is available on gchr.io:
using GitHub Actions. The image is available on ghcr.io:

```bash
docker pull ghcr.io/pycqa/bandit/bandit
Expand All @@ -99,6 +99,7 @@ The image is built for the following architectures:
* amd64
* arm64
* armv7
* armv8

To pull a specific architecture, use the following format:

Expand Down

0 comments on commit 475408c

Please sign in to comment.