Skip to content

Commit d9e1c6d

Browse files
committed
Update docker-publish-image.yml
Signed-off-by: Md Imran <[email protected]>
1 parent 87ac6f7 commit d9e1c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docker-publish-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build Docker Image
3636
run: |
3737
# Build Docker image
38-
docker build -t narmidm/k8s-pod-cpu-stressor:latest -f docker/Dockerfile .
38+
docker build -t narmidm/k8s-pod-cpu-stressor:latest .
3939
# Tag the Docker image with the release version
4040
docker tag narmidm/k8s-pod-cpu-stressor:latest narmidm/k8s-pod-cpu-stressor:${{ env.VERSION }}
4141

0 commit comments

Comments
 (0)