Skip to content

Commit d7e5509

Browse files
committed
Fixed registry backend dockerfile name
1 parent a5b105b commit d7e5509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/registry-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/build-push-action@v5
2929
with:
3030
context: .
31-
file: docker/Dockerfile.backend
31+
file: docker/Dockerfile.registry-backend
3232
platforms: linux/amd64
3333
push: true
3434
tags: ghcr.io/txpipe/telchar-registry-backend:${{ github.sha }}

0 commit comments

Comments
 (0)