chore(ci): update CI container images
This commit is contained in:
parent
71884ec2b1
commit
bd8b008063
|
@ -7,11 +7,9 @@ on: [pull_request]
|
|||
jobs:
|
||||
elixir_deps_check:
|
||||
runs-on: ubuntu-20.04
|
||||
container: hexpm/elixir:1.13.1-erlang-24.2-alpine-3.15.0
|
||||
container: ghcr.io/emqx/emqx-builder/5.0-4:1.13.1-24.1.5-3-ubuntu20.04
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
run: apk add make bash curl git
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.4.0
|
||||
- name: ensure rebar
|
||||
|
|
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/emqx/emqx-builder/5.0-4:1.13.1-23.3.4.9-3-ubuntu20.04
|
||||
container: ghcr.io/emqx/emqx-builder/5.0-4:1.13.1-24.1.5-3-ubuntu20.04
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in New Issue