Skip to content

Commit

Permalink
Revert nightly docker pin (#1301)
Browse files Browse the repository at this point in the history
* Revert "pin bridges-ci image (#1256)"

This reverts commit 4009d97.

* Revert "remporary use pinned bridges-ci image in Dockerfile (#1258)"

This reverts commit 4f98840.
  • Loading branch information
svyatonik authored Jan 31, 2022
1 parent e2d4c07 commit eb468d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables: &default-vars
GIT_DEPTH: 100
CARGO_INCREMENTAL: 0
ARCH: "x86_64"
CI_IMAGE: "paritytech/bridges-ci:e8a9ef25-20211215"
CI_IMAGE: "paritytech/bridges-ci:staging"
RUST_BACKTRACE: full

default:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# See the `deployments/README.md` for all the available `PROJECT` values.

FROM paritytech/bridges-ci:e8a9ef25-20211215 as builder
FROM paritytech/bridges-ci:latest as builder
WORKDIR /parity-bridges-common

COPY . .
Expand Down

0 comments on commit eb468d2

Please sign in to comment.