Skip to content

Commit

Permalink
CB-22 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed Nov 21, 2024
1 parent 2d1c7e1 commit 2205089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Define the image name and full image path
IMAGE_NAME="chatbot-builder-executor"
IMAGE_FULL_NAME="$docker.io/${{ secrets.DOCKER_USERNAME }}/${IMAGE_NAME}:${IMAGE_TAG}"
IMAGE_FULL_NAME="docker.io/${{ secrets.DOCKER_USERNAME }}/${IMAGE_NAME}:${IMAGE_TAG}"
# Build and push the Docker image to Docker Hub
docker build -t "$IMAGE_FULL_NAME" .
Expand Down

0 comments on commit 2205089

Please sign in to comment.