Skip to content

Commit 40cc3ba

Browse files
committed
lowercase for docker tag
1 parent 1674597 commit 40cc3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
file: Dockerfile.estimator.base
3232
push: true
33-
tags: ghcr.io/${{ github.repository }}/estimator-base:latest
33+
tags: ghcr.io/yadunund/ibpc/estimator-base:latest
3434
-
3535
name: Build estimator
3636
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)