Skip to content

Commit

Permalink
Merge pull request #3256 from grafana/fix_docker_build_pipeline
Browse files Browse the repository at this point in the history
Quote image tag when tagging :latest-with-browser images
  • Loading branch information
andrewslotin authored Aug 4, 2023
2 parents b7f040b + 546c391 commit 5b5c5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
echo "Publish to Docker Hub as $DOCKER_IMAGE_ID:latest"
docker tag "$DOCKER_IMAGE_ID" "$DOCKER_IMAGE_ID:latest"
docker push "$DOCKER_IMAGE_ID:latest"
docker tag "$DOCKER_IMAGE_ID:with-browser" $DOCKER_IMAGE_ID:latest-with-browser"
docker tag "$DOCKER_IMAGE_ID:with-browser" "$DOCKER_IMAGE_ID:latest-with-browser"
docker push "$DOCKER_IMAGE_ID:latest-with-browser"
fi
- name: Build loadimpact/k6
Expand Down

0 comments on commit 5b5c5cc

Please sign in to comment.