Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit cd987c2

Browse files
achimccAchim Schneider
authored andcommitted
fix compiler docker CI
1 parent a6ca9bb commit cd987c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compiler_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: diff ./compiler/Cargo.toml ./crates/contract/Cargo.toml
1717

1818
- name: Build docker
19-
run: docker build --tag ink-backend ./compiler/.
19+
run: docker build -f Dockerfile.compiler --tag ink-backend .
2020

2121
- name: Login to DockerHub
2222
if: github.ref == 'refs/heads/main' && github.repository == 'paritytech/ink-playground'

0 commit comments

Comments
 (0)