We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ac6f7 commit d9e1c6dCopy full SHA for d9e1c6d
.github/workflows/docker-publish-image.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build Docker Image
36
run: |
37
# Build Docker image
38
- docker build -t narmidm/k8s-pod-cpu-stressor:latest -f docker/Dockerfile .
+ docker build -t narmidm/k8s-pod-cpu-stressor:latest .
39
# Tag the Docker image with the release version
40
docker tag narmidm/k8s-pod-cpu-stressor:latest narmidm/k8s-pod-cpu-stressor:${{ env.VERSION }}
41
0 commit comments