Skip to content

Commit

Permalink
Create image with gcc13
Browse files Browse the repository at this point in the history
  • Loading branch information
dns13 committed Aug 5, 2024
1 parent 2f5a100 commit 4a42326
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
uses: macbre/push-to-ghcr@master
with:
image_name: bestsens/stm32-build-image
image_tag: ${{ github.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ build-image:latest:
needs: ["build-image"]
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build --pull -t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest
- docker build --pull -t $CI_REGISTRY_IMAGE:gcc13 .
- docker push $CI_REGISTRY_IMAGE:gcc13
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.19
RUN apk add --no-cache \
gcc-arm-none-eabi \
g++-arm-none-eabi \
Expand Down

0 comments on commit 4a42326

Please sign in to comment.