Skip to content

Commit

Permalink
Update docker-publish-image.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Md Imran <imranaec@outlook.com>
  • Loading branch information
narmidm committed Oct 20, 2024
1 parent 87ac6f7 commit d9e1c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build Docker Image
run: |
# Build Docker image
docker build -t narmidm/k8s-pod-cpu-stressor:latest -f docker/Dockerfile .
docker build -t narmidm/k8s-pod-cpu-stressor:latest .
# Tag the Docker image with the release version
docker tag narmidm/k8s-pod-cpu-stressor:latest narmidm/k8s-pod-cpu-stressor:${{ env.VERSION }}
Expand Down

0 comments on commit d9e1c6d

Please sign in to comment.