Skip to content

Commit 6f4f5b8

Browse files
authored
Merge pull request #6 from rgrizzell/9.x
Update to CircuitPython 9.1.1
2 parents d3a9b88 + e49107d commit 6f4f5b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
context: .
5353
platforms: ${{ matrix.platform }}
5454
labels: ${{ steps.meta.outputs.labels }}
55-
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
55+
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
5656

5757
- name: Export digest
5858
run: |
@@ -104,4 +104,4 @@ jobs:
104104
105105
- name: Inspect image
106106
run: |
107-
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
107+
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:12-slim as build
2-
ARG VERSION=9.1.0
2+
ARG VERSION=9.1.1
33
ARG VARIANT=container
44
ARG MICROPYPATH=/ciruitpy/lib
55

0 commit comments

Comments
 (0)