Skip to content

Commit

Permalink
Merge branch 'main' into ed25519
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund authored Oct 17, 2023
2 parents 173ea99 + 7da5025 commit af7e692
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
with:
submodules: recursive

- uses: webfactory/ssh-agent@v0.5.1
with:
ssh-private-key: ${{ secrets.CICD_RSA_KEY }}

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
with:
submodules: recursive

- uses: webfactory/ssh-agent@v0.5.1
with:
ssh-private-key: ${{ secrets.CICD_RSA_KEY }}

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
with:
submodules: recursive

- uses: webfactory/ssh-agent@v0.5.1
with:
ssh-private-key: ${{ secrets.CICD_RSA_KEY }}

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental

FROM rust:latest as builder
FROM rust:1.58.1-bullseye as builder

RUN set -ex \
&& apt-get update \
Expand Down

0 comments on commit af7e692

Please sign in to comment.