Skip to content

Commit

Permalink
Merge pull request #6 from rgrizzell/9.x
Browse files Browse the repository at this point in the history
Update to CircuitPython 9.1.1
  • Loading branch information
rgrizzell authored Sep 18, 2024
2 parents d3a9b88 + e49107d commit 6f4f5b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
context: .
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true,annotation-index.org.opencontainers.image.description=CircuitPython for Linux,annotation-index.org.opencontainers.image.license=MIT

- name: Export digest
run: |
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:12-slim as build
ARG VERSION=9.1.0
ARG VERSION=9.1.1
ARG VARIANT=container
ARG MICROPYPATH=/ciruitpy/lib

Expand Down

0 comments on commit 6f4f5b8

Please sign in to comment.