File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,15 @@ jobs:
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v2
15+ - name : Set up qemu
16+ uses : docker/setup-qemu-action@v1
17+ with :
18+ platforms : all
1519 - name : Set up docker buildx
1620 id : buildx
17- uses : crazy-max/ghaction-docker- buildx@v3
21+ uses : docker/setup- buildx-action@v1
1822 with :
19- buildx-version : latest
20- qemu-version : latest
23+ version : latest
2124 - name : Login to docker registry
2225 run : |
2326 docker login --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_TOKEN }}
Original file line number Diff line number Diff line change 11# # Image name: faucet/python3
22
3- FROM faucet/base:5 .0.0
3+ FROM faucet/base:6 .0.0
44
55RUN apk add --no-cache python3 && \
66 if [ ! -e /usr/bin/pip ]; then ln -s /usr/bin/pip3 /usr/bin/pip; fi && \
You can’t perform that action at this time.
0 commit comments