Skip to content

Commit

Permalink
Data-restore disable buildx + pin sha (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
artmakh authored Jun 7, 2023
1 parent d7ba6bc commit fd74fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-data-restore-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion docker/data-restore/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM rust:1.67
FROM rust@sha256:80b9716cb59872769d49f5185a346e5f859081b02338e4aaaa04a8cc7fb884ae
# Same as rust:1.67

WORKDIR /usr/src/zksync

Expand Down

0 comments on commit fd74fff

Please sign in to comment.